DashboardItemMouseActionWpfEventArgs Class
In This Article
Provides data for events related to mouse actions.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.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.
#Inheritance
Object
EventArgs
DashboardItemMouseWpfEventArgs
DashboardItemMouseActionWpfEventArgs
See Also