Back to Devexpress

DashboardItemMouseActionEventHandler Delegate

dashboard-devexpress-dot-dashboardwin-59c6a21f.md

latest1.3 KB
Original Source

DashboardItemMouseActionEventHandler Delegate

References a method that handles the events related to mouse actions.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

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

Parameters

NameTypeDescription
senderObject

The event source.

| | e | DashboardItemMouseActionEventArgs |

A DashboardItemMouseActionEventArgs object that contains event data.

|

See Also

DevExpress.DashboardWin Namespace