Back to Devexpress

DashboardItemMouseEventArgs Class

dashboard-devexpress-dot-dashboardwin-9e5b8c7d.md

latest4.7 KB
Original Source

DashboardItemMouseEventArgs Class

Provides data for events related to mouse movement or actions.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public class DashboardItemMouseEventArgs :
    EventArgs
vb
Public Class DashboardItemMouseEventArgs
    Inherits EventArgs

DashboardItemMouseEventArgs is the data class for the following events:

Show 12 events

Remarks

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

EventDescription
DashboardViewer.DashboardItemMouseEnterOccurs when the mouse pointer enters the dashboard item.
DashboardViewer.DashboardItemMouseHoverOccurs when the mouse pointer rests on the dashboard item.
DashboardViewer.DashboardItemMouseLeaveOccurs when the mouse pointer leaves the dashboard item.
DashboardViewer.DashboardItemMouseWheelOccurs when the mouse wheel moves while the dashboard item has focus.
DashboardDesigner.DashboardItemMouseEnterOccurs when the mouse pointer enters the dashboard item.
DashboardDesigner.DashboardItemMouseHoverOccurs when the mouse pointer rests on the dashboard item.
DashboardDesigner.DashboardItemMouseLeaveOccurs when the mouse pointer leaves the dashboard item.
DashboardDesigner.DashboardItemMouseWheelOccurs 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.

Inheritance

Object EventArgs DashboardItemMouseEventArgs DashboardItemMouseHitTestEventArgs

DashboardItemMouseActionEventArgs

DashboardPopupMenuShowingEventArgs

See Also

DashboardItemMouseEventArgs Members

DevExpress.DashboardWin Namespace