Back to Devexpress

DashboardViewer.DashboardItemMouseWheel Event

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-84b28c15.md

latest1.9 KB
Original Source

DashboardViewer.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
public event DashboardItemMouseEventHandler DashboardItemMouseWheel
vb
Public 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.

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

DashboardItemMouseWheel

See Also

DashboardViewer Class

DashboardViewer Members

DevExpress.DashboardWin Namespace