DashboardViewer.DashboardItemMouseWheel Event
In This Article
Occurs when the mouse wheel moves while the dashboard item has focus.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public event DashboardItemMouseEventHandler DashboardItemMouseWheel
#Event Data
The DashboardItemMouseWheel event's data class is DashboardItemMouseEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Dashboard |
Gets the name of the dashboard item for which the event has been raised. |
#Remarks
Use the e.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.
#Implements
See Also