DashboardItem.Disposed Event
In This Article
Occurs after a dashboard item has been disposed of.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#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