Back to Devexpress

DashboardDesigner.DashboardItemMouseLeave Event

dashboard-devexpress-dot-dashboardwin-dot-dashboarddesigner-c74a34d8.md

latest2.0 KB
Original Source

DashboardDesigner.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
public event DashboardItemMouseEventHandler DashboardItemMouseLeave
vb
Public 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.

Remarks

Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event is raised.

This event does not occur when the mouse pointer hovers over the filter elements.

Implements

DashboardItemMouseLeave

See Also

DashboardItemMouseEnter

DashboardDesigner Class

DashboardDesigner Members

DevExpress.DashboardWin Namespace