Back to Devexpress

IDashboardControl.DashboardItemMouseWheel Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-28b7b371.md

latest1.4 KB
Original Source

IDashboardControl.DashboardItemMouseWheel Event

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

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemMouseEventHandler DashboardItemMouseWheel
vb
Event DashboardItemMouseWheel As DashboardItemMouseEventHandler

Event Data

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