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

DataSourceChangedEventArgs(DataSourceInfo, DataSourceChangeType) Constructor

Initializes a new instance of the DataSourceChangedEventArgs class with the specified settings.

Namespace: DevExpress.Snap.Core.API

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

Declaration

public DataSourceChangedEventArgs(
    DataSourceInfo changedDataSourceInfo,
    DataSourceChangeType dataSourceChangeType
)

Parameters

Name Type Description
changedDataSourceInfo DataSourceInfo

A DataSourceInfo object.

dataSourceChangeType DataSourceChangeType

A DataSourceChangeType enumeration value.

See Also