Back to Devexpress

DashboardViewer.DashboardItemMouseHover Event

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-616f6e02.md

latest1.8 KB
Original Source

DashboardViewer.DashboardItemMouseHover Event

Occurs when the mouse pointer rests on the dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public event DashboardItemMouseEventHandler DashboardItemMouseHover
vb
Public Event DashboardItemMouseHover As DashboardItemMouseEventHandler

Event Data

The DashboardItemMouseHover 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 has been raised.

Implements

DashboardItemMouseHover

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace