ActionBaseEventArgs Properties
Represents the base class for arguments passed to Action execution handling events.| Name | Description |
|---|---|
| Action | Provides access to the Action being executed. |
| ShowViewParameters | Provides access to the ShowViewParameters object, specifying a View, displayed after executing the current Action. |
See Also