AfterDataSourceImportEventArgs(String, Byte[]) Constructor
Initializes a new instance of the AfterDataSourceImportEventArgs class with the specified settings.
Namespace: DevExpress.Snap
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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