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

BeforeDataSourceExportEventArgs(Object, String) Constructor

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

Namespace: DevExpress.Snap

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

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