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

AfterDataSourceImportEventArgs(String, Byte[]) Constructor

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

Namespace: DevExpress.Snap

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

Declaration

public AfterDataSourceImportEventArgs(
    string dataSourceName,
    byte[] data
)

Parameters

Name Type Description
dataSourceName String

A String value. This value is assigned to the AfterDataSourceImportEventArgs.DataSourceName property.

data Byte[]

A Byte array. This value is assigned to the AfterDataSourceImportEventArgs.Data property.

See Also