ActionBaseEventArgs.Action Property
Provides access to the Action being executed.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
ActionBase | An ActionBase object that represents the Action whose Execute event has been raised. |
Remarks
This property allows you to access the members of the Action being executed.
See Also