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

DocumentImportedEventArgs(DocumentDataSources) Constructor

Initializes a new instance of the DocumentImportedEventArgs class with the specified data sources.

Namespace: DevExpress.Snap

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

Declaration

public DocumentImportedEventArgs(
    DocumentDataSources interimDataSources
)

Parameters

Name Type Description
interimDataSources DocumentDataSources

A DocumentDataSources object. This value is assigned to the DocumentImportedEventArgs.InterimDataSources property.

See Also