Skip to main content
A newer version of this page is available. .

BaseObject.Disposed Event

Occurs after the BaseObject has been disposed of.

Namespace: DevExpress.XtraGauges.Core.Base

Assembly: DevExpress.XtraGauges.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public event EventHandler Disposed

Event Data

The Disposed event's data class is EventArgs.

Remarks

This event is intended for internal use only.

See Also