Back to Devexpress

DashboardItemMouseActionWpfEventArgs Class

dashboard-devexpress-dot-dashboardwpf-d09a60b2.md

latest2.7 KB
Original Source

DashboardItemMouseActionWpfEventArgs Class

Provides data for events related to mouse actions.

Namespace : DevExpress.DashboardWpf

Assembly : DevExpress.Dashboard.v25.2.Wpf.dll

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public class DashboardItemMouseActionWpfEventArgs :
    DashboardItemMouseWpfEventArgs
vb
Public Class DashboardItemMouseActionWpfEventArgs
    Inherits DashboardItemMouseWpfEventArgs

DashboardItemMouseActionWpfEventArgs is the data class for the following events:

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

DashboardItemMouseActionWpfEventArgs Members

DevExpress.DashboardWpf Namespace