ActionBaseEventArgs(ActionBase) Constructor
Initializes a new instance of the ActionBaseEventArgs class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| action | ActionBase | An ActionBase object that represents the Action, execution of which has raised the ActionBase.Executed event. This parameter value is assigned to the ActionBaseEventArgs.Action property. |
See Also