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

DashboardItem.Disposed Event

Occurs after a dashboard item has been disposed of.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

[Browsable(false)]
public event EventHandler Disposed

Event Data

The Disposed event's data class is EventArgs.

Remarks

This event is raised as a result of calling the DashboardItem.Dispose method. This method releases all the resources allocated by the current DashboardItem object.

See Also