Back to Devexpress

IDashboardControl.DashboardItemMouseLeave Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-74b80b97.md

latest1.4 KB
Original Source

IDashboardControl.DashboardItemMouseLeave Event

Occurs when the mouse pointer leaves the dashboard item.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemMouseEventHandler DashboardItemMouseLeave
vb
Event DashboardItemMouseLeave As DashboardItemMouseEventHandler

Event Data

The DashboardItemMouseLeave event's data class is DashboardItemMouseEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardItemNameGets the name of the dashboard item for which the event has been raised.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace