ActionBase.Disposing Event
In This Article
Occurs when disposing of an Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public event EventHandler Disposing
#Event Data
The Disposing event's data class is EventArgs.
#Remarks
Usually, this event is intended for internal use only.
See Also