DataSourceInfoCollection.DataSourceChanged Event
Occurs when changing the datasource or calculated fields within the collection.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Event Data
The DataSourceChanged event's data class is DataSourceChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ChangedDataSourceInfo | Provides information about a data source that is being changed. |
DataSourceChangeType | Specifies the type of the data source that is being changed. |
Name | Specifies the name of the data source that is being changed. |
Remarks
The DataSourceChanged event serves as a notification that the datasource within the collection has been changed. It also occurs when calculated fields in the datasource have been changed.
See Also