Skip to main content
.NET 6.0+

ActionBase.Disposing Event

Occurs when disposing of an Action.

Namespace: DevExpress.ExpressApp.Actions

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