DashboardItemSelectedEventHandler Delegate
References a method that handles the DashboardDesigner.DashboardItemSelected event.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
Declaration
public delegate void DashboardItemSelectedEventHandler(
object sender,
DashboardItemSelectedEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | DashboardItemSelectedEventArgs | The DashboardItemSelectedEventArgs object that contains event data. |
See Also