Skip to main content

DashboardControl.DashboardItemMouseWheel Event

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

Namespace: DevExpress.DashboardWpf

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

NuGet Package: DevExpress.Wpf.Dashboard

Declaration

public event DashboardItemMouseWpfEventHandler DashboardItemMouseWheel

Event Data

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

Property Description
DashboardItemName Gets the name of the dashboard item.

Remarks

Use the e.DashboardItemName property to obtain the dashboard item name for which the event is raised.

See Also