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