A newer version of this page is available.
Switch to the current version.
ActionBase.Disposing Event
Occurs when disposing of an Action.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
[Browsable(false)]
public event EventHandler Disposing
<Browsable(False)>
Public Event Disposing As EventHandler
Event Data
The Disposing event's data class is EventArgs.
Remarks
Usually, this event is intended for internal use only.
See Also
Feedback