'DeclarationPublic Event CustomAction As EventHandler(Of CustomActionEventArgs)
public event EventHandler<CustomActionEventArgs> CustomAction
Event Data
The event handler receives an argument of type CustomActionEventArgs containing data related to this event. The following CustomActionEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| actionName | Specifies custom action name. |
| args | Specifies custom action arguments. |
| controllerArgs | Specifies optional arguments provided by the controller. It may be used to keep a reference to an HTTP context. |
| docuVieware | Specifies the Docuvieware object that belong to the event. |
| message | Specifies custom action message. |
| result | Specifies the result object that will be transfered to the client. |
See Also
