DataSourceChangedEventArgs(DataSourceInfo, DataSourceChangeType) Constructor
Initializes a new instance of the DataSourceChangedEventArgs class with the specified settings.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
public DataSourceChangedEventArgs(
DataSourceInfo changedDataSourceInfo,
DataSourceChangeType dataSourceChangeType
)
Parameters
| Name | Type | Description |
|---|---|---|
| changedDataSourceInfo | DataSourceInfo | A DataSourceInfo object. |
| dataSourceChangeType | DataSourceChangeType | A DataSourceChangeType enumeration value. |
See Also