ActionBaseEventArgs(ActionBase) Constructor
Initializes a new instance of the ActionBaseEventArgs class.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
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