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