dashboard-devexpress-dot-dashboardwin-9e5b8c7d.md
Provides data for events related to mouse movement or actions.
Namespace : DevExpress.DashboardWin
Assembly : DevExpress.Dashboard.v25.2.Win.dll
NuGet Package : DevExpress.Win.Dashboard
public class DashboardItemMouseEventArgs :
EventArgs
Public Class DashboardItemMouseEventArgs
Inherits EventArgs
DashboardItemMouseEventArgs is the data class for the following events:
Show 12 events
The DashboardItemMouseEventArgs class provides data for events listed in the following table:
| Event | Description |
|---|---|
| DashboardViewer.DashboardItemMouseEnter | Occurs when the mouse pointer enters the dashboard item. |
| DashboardViewer.DashboardItemMouseHover | Occurs when the mouse pointer rests on the dashboard item. |
| DashboardViewer.DashboardItemMouseLeave | Occurs when the mouse pointer leaves the dashboard item. |
| DashboardViewer.DashboardItemMouseWheel | Occurs when the mouse wheel moves while the dashboard item has focus. |
| DashboardDesigner.DashboardItemMouseEnter | Occurs when the mouse pointer enters the dashboard item. |
| DashboardDesigner.DashboardItemMouseHover | Occurs when the mouse pointer rests on the dashboard item. |
| DashboardDesigner.DashboardItemMouseLeave | Occurs when the mouse pointer leaves the dashboard item. |
| DashboardDesigner.DashboardItemMouseWheel | Occurs when the mouse wheel moves while the dashboard item has focus. |
Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event has been raised.
Object EventArgs DashboardItemMouseEventArgs DashboardItemMouseHitTestEventArgs
DashboardItemMouseActionEventArgs
DashboardPopupMenuShowingEventArgs
See Also