Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DataSourceRemovedEventArgs(DataSourceInfo, Boolean) Constructor

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

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.Core.dll

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataSourceRemovedEventArgs(
        DataSourceInfo dataSourceInfo,
        bool isDataSourceInternal
    )

    Parameters

    Name Type Description
    dataSourceInfo DataSourceInfo

    A DataSourceInfo object containing information about the target data source.

    isDataSourceInternal Boolean

    true if the data source is not used outside the scope of the Snap module; otherwise, false.

    See Also