Click or drag to resize
AdvancedHandlerTHandler, TArgsStartEvent Method (TArgs, Boolean)
Initiates the new handler context

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public THandler StartEvent(
	TArgs e,
	bool allowEvent = true
)

Parameters

e
Type: TArgs
Event arguments
allowEvent (Optional)
Type: SystemBoolean
If true, it is allowed to raise the event

Return Value

Type: THandler
See Also