ToolControl<(Of <(<'T>)>)>..::..ReceiveActionArgs Method
Sealed event handler that receives and dispatches system events (Load, Save, Publish, Tab Click, etc.)
to the appropriate processing methods.
Namespace:
AdvantageCMS.Core.Admin.BaseClassesAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public void ReceiveActionArgs( ActionArgs e )
Parameters
- e
- Type: AdvantageCMS.Core.Admin.Event..::..ActionArgs
The action arguments containing the command and context.

