Back to Devexpress

IDashboardControl.DashboardItemSelectionChanged Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-bc0c3a45.md

latest1.7 KB
Original Source

IDashboardControl.DashboardItemSelectionChanged Event

Occurs after the selection within the dashboard item is changed.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemSelectionChangedEventHandler DashboardItemSelectionChanged
vb
Event DashboardItemSelectionChanged As DashboardItemSelectionChangedEventHandler

Event Data

The DashboardItemSelectionChanged event's data class is DashboardItemSelectionChangedEventArgs. The following properties provide information specific to this event:

PropertyDescription
CurrentSelectionGets currently selected elements.
DashboardItemNameGets the component name of the dashboard item for which the event was raised.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace