Skip to main content
A newer version of this page is available.

DataSourceInfoCollection.DataSourceChanged Event

Occurs when changing the datasource or calculated fields within the collection.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public event DataSourceChangedEventHandler DataSourceChanged

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