ActionBase.Disposing Event
Occurs when disposing of an Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The Disposing event's data class is EventArgs.
Remarks
Usually, this event is intended for internal use only.
See Also