DashboardItemMouseActionWpfEventArgs Class
Provides data for events related to mouse actions.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
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.
Inheritance
Object
EventArgs
DashboardItemMouseWpfEventArgs
DashboardItemMouseActionWpfEventArgs
See Also