dashboard-devexpress-dot-dashboardwpf-d09a60b2.md
Provides data for events related to mouse actions.
Namespace : DevExpress.DashboardWpf
Assembly : DevExpress.Dashboard.v25.2.Wpf.dll
NuGet Package : DevExpress.Wpf.Dashboard
public class DashboardItemMouseActionWpfEventArgs :
DashboardItemMouseWpfEventArgs
Public Class DashboardItemMouseActionWpfEventArgs
Inherits DashboardItemMouseWpfEventArgs
DashboardItemMouseActionWpfEventArgs is the data class for the following events:
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.
Object EventArgs DashboardItemMouseWpfEventArgs DashboardItemMouseActionWpfEventArgs
See Also