Skip to main content
A newer version of this page is available. .

DashboardItemMouseEventArgs Class

Provides data for events related to mouse movement or actions.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public class DashboardItemMouseEventArgs :
    EventArgs

Remarks

The DashboardItemMouseEventArgs class provides data for events listed in the following table:

Event Description
DashboardViewer.DashboardItemMouseEnter Occurs when the mouse pointer enters the dashboard item.
DashboardViewer.DashboardItemMouseHover Occurs when the mouse pointer rests on the dashboard item.
DashboardViewer.DashboardItemMouseLeave Occurs when the mouse pointer leaves the dashboard item.
DashboardViewer.DashboardItemMouseWheel Occurs when the mouse wheel moves while the dashboard item has focus.
DashboardDesigner.DashboardItemMouseEnter Occurs when the mouse pointer enters the dashboard item.
DashboardDesigner.DashboardItemMouseHover Occurs when the mouse pointer rests on the dashboard item.
DashboardDesigner.DashboardItemMouseLeave Occurs when the mouse pointer leaves the dashboard item.
DashboardDesigner.DashboardItemMouseWheel Occurs when the mouse wheel moves while the dashboard item has focus.

Use the DashboardItemMouseEventArgs.DashboardItemName property to obtain the dashboard item name for which the event has been raised.

See Also