BeforeDataSourceExportEventArgs(Object, String) Constructor
Initializes a new instance of the BeforeDataSourceExportEventArgs 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 |
---|---|---|
dataSource | Object | A Object value. This value is assigned to the BeforeDataSourceExportEventArgs.DataSource property. |
dataSourceName | String | A String value. This value is assigned to the BeforeDataSourceExportEventArgs.DataSourceName property. |
See Also