Back to Devexpress

Dashboard.DataSourceCollectionChanged Event

dashboard-devexpress-dot-dashboardcommon-dot-dashboard-dc8c5825.md

latest2.1 KB
Original Source

Dashboard.DataSourceCollectionChanged Event

Occurs after the collection of data sources has been changed.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public event EventHandler<NotifyingCollectionChangedEventArgs<IDashboardDataSource>> DataSourceCollectionChanged
vb
Public Event DataSourceCollectionChanged As EventHandler(Of NotifyingCollectionChangedEventArgs(Of IDashboardDataSource))

Event Data

The DataSourceCollectionChanged event's data class is NotifyingCollectionChangedEventArgs<IDashboardDataSource>. The following properties provide information specific to this event:

PropertyDescription
AddedItemsGets items added to the NotifyingCollection<T>.
RemovedItemsGets items removed from the NotifyingCollection<T>.

Remarks

The DataSourceCollectionChanged event is raised after data sources are added to or removed from the Dashboard.DataSources collection.

See Also

Dashboard Class

Dashboard Members

DevExpress.DashboardCommon Namespace