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.v20.1.Wpf.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dashboard, DevExpress.Wpf.Dashboard

Declaration

public class DashboardItemMouseActionWpfEventArgs :
    DashboardItemMouseWpfEventArgs

Remarks

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