CustomActionEventArgs Class Members
In This Topic
The following tables list the members exposed by CustomActionEventArgs.
Public Properties
| Name | 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.
|
Top
See Also