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

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

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public DataSourceInfoChangedEventArgs(
        DataSourceOwner dataSourceOwner
    )

    Parameters

    Name Type Description
    dataSourceOwner DataSourceOwner

    A DataSourceOwner enumeration value. This value is assigned to the DataSourceInfoChangedEventArgs.DataSourceOwner property.

    See Also