DashboardItemMouseActionWpfEventHandler Delegate
In This Article
A method that handles the DashboardItemMouseDoubleClick, DashboardItemMouseUp, DashboardItemMouseDown and DashboardItemMouseMove events.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public delegate void DashboardItemMouseActionWpfEventHandler(
object sender,
DashboardItemMouseActionWpfEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Dashboard |
A Dashboard |
See Also