Back to Devexpress

IDashboardControl.DashboardItemMouseEnter Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-8cecf3fd.md

latest1.4 KB
Original Source

IDashboardControl.DashboardItemMouseEnter Event

Occurs when the mouse pointer enters the dashboard item.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemMouseEventHandler DashboardItemMouseEnter
vb
Event DashboardItemMouseEnter As DashboardItemMouseEventHandler

Event Data

The DashboardItemMouseEnter 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