Skip to main content
All docs
V21.2

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

public BeforeDataSourceExportEventArgs(
    object dataSource,
    string dataSourceName
)

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