Skip to main content
A newer version of this page is available. .

DashboardDesigner.DashboardItemMouseLeave Event

Occurs when the mouse pointer leaves the dashboard item.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

NuGet Packages: DevExpress.Win.Dashboard, DevExpress.WindowsDesktop.Win.Dashboard

Declaration

public event DashboardItemMouseEventHandler DashboardItemMouseLeave

Event Data

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

Property Description
DashboardItemName Gets 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.

See Also