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

DataSourceInfoChangedEventArgs(DataSourceOwner) Constructor

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

Namespace: DevExpress.Snap

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

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