Back to Devexpress

DashboardControl.DashboardItemMouseWheel Event

dashboard-devexpress-dot-dashboardwpf-dot-dashboardcontrol-e53539cf.md

latest1.6 KB
Original Source

DashboardControl.DashboardItemMouseWheel Event

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

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public event DashboardItemMouseWpfEventHandler DashboardItemMouseWheel
vb
Public Event DashboardItemMouseWheel As DashboardItemMouseWpfEventHandler

Event Data

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

PropertyDescription
DashboardItemNameGets 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

DashboardControl Class

DashboardControl Members

DevExpress.DashboardWpf Namespace