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