AdvancedHandlerTHandler, TArgsStartEvent Method (TArgs, Boolean) |
Initiates the new handler context
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax 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:
THandlerSee Also