Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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