Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ActionBase.Disposing Event

Occurs when disposing of an Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.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