Back to Devexpress

IDashboardControl.DashboardItemMouseHover Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-234b34f8.md

latest1.4 KB
Original Source

IDashboardControl.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
event DashboardItemMouseEventHandler DashboardItemMouseHover
vb
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.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace