DashboardItemMouseActionEventHandler Delegate
References a method that handles the events related to mouse actions.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public delegate void DashboardItemMouseActionEventHandler(
object sender,
DashboardItemMouseActionEventArgs e
);
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | DashboardItemMouseActionEventArgs | A DashboardItemMouseActionEventArgs object that contains event data. |
See Also