Skip to main content

IDashboardControl.DashboardItemMouseWheel Event

Occurs when the mouse wheel moves while the dashboard item has focus.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

event DashboardItemMouseEventHandler DashboardItemMouseWheel

Event Data

The DashboardItemMouseWheel event's data class is DashboardItemMouseEventArgs. The following properties provide information specific to this event:

Property Description
DashboardItemName Gets the name of the dashboard item for which the event has been raised.
See Also