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

NuGet Package: 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.

This example handles the DashboardItemMouseEnter, DashboardItemMouseMove, and DashboardItemMouseLeave events to display a popup that contains a Data Grid control to display item data when the mouse hovers over it. The data are obtained using the e.GetUnderlyingData method.

View Example

Inheritance

Object
EventArgs
DashboardItemMouseWpfEventArgs
DashboardItemMouseActionWpfEventArgs
See Also