Dashboard.DataSourceCollectionChanged Event
In This Article
Occurs after the collection of data sources has been changed.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public event EventHandler<NotifyingCollectionChangedEventArgs<IDashboardDataSource>> DataSourceCollectionChanged
#Event Data
The DataSourceCollectionChanged event's data class is NotifyingCollectionChangedEventArgs<IDashboardDataSource>. The following properties provide information specific to this event:
Property | Description |
---|---|
Added |
Gets items added to the Notifying |
Removed |
Gets items removed from the Notifying |
#Remarks
The DataSourceCollectionChanged event is raised after data sources are added to or removed from the Dashboard.DataSources collection.
See Also