DashboardItemSelectedEventArgs(DashboardItem) Constructor
Initializes a new instance of the DashboardItemSelectedEventArgs class with specified settings.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v25.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| selectedDashboardItem | DashboardItem | A dashboard item for which the event is raised. |
See Also