Back to Devexpress

DashboardItemMouseWpfEventHandler Delegate

dashboard-devexpress-dot-dashboardwpf-cdd9ca13.md

latest1.6 KB
Original Source

DashboardItemMouseWpfEventHandler Delegate

A method that handles the DashboardItemMouseWheel, DashboardItemMouseEnter and DashboardItemMouseLeave events.

Namespace : DevExpress.DashboardWpf

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

NuGet Package : DevExpress.Wpf.Dashboard

Declaration

csharp
public delegate void DashboardItemMouseWpfEventHandler(
    object sender,
    DashboardItemMouseWpfEventArgs e
);
vb
Public Delegate Sub DashboardItemMouseWpfEventHandler(
    sender As Object,
    e As DashboardItemMouseWpfEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardItemMouseWpfEventArgs |

A DashboardItemMouseWpfEventArgs object containing event data.

|

See Also

DevExpress.DashboardWpf Namespace