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

DashboardItemMouseActionWpfEventArgs Class

Provides data for events related to mouse actions.

Namespace: DevExpress.DashboardWpf

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

Declaration

public class DashboardItemMouseActionWpfEventArgs :
    DashboardItemMouseWpfEventArgs

Remarks

The DashboardItemMouseActionWpfEventArgs class provides data for the following events:

The DashboardItemMouseActionWpfEventArgs class provides access to the dashboard item’s name and to data under the mouse pointer.

Inheritance

Object
EventArgs
DashboardItemMouseWpfEventArgs
DashboardItemMouseActionWpfEventArgs
See Also