IDashboardControl.DashboardItemMouseLeave Event
In This Article
Occurs when the mouse pointer leaves the dashboard item.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
event DashboardItemMouseEventHandler DashboardItemMouseLeave
#Event Data
The DashboardItemMouseLeave event's data class is DashboardItemMouseEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
Gets the name of the dashboard item for which the event has been raised. |
See Also