Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
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