Skip to main content

DocumentClosingEventArgs(DocumentDataSources) Constructor

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

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v21.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public DocumentClosingEventArgs(
    DocumentDataSources interimDataSources
)

Parameters

Name Type Description
interimDataSources DocumentDataSources

A DocumentDataSources object.

See Also