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

DocumentClosingEventArgs(DocumentDataSources) Constructor

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

Namespace: DevExpress.Snap

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

Declaration

public DocumentClosingEventArgs(
    DocumentDataSources interimDataSources
)

Parameters

Name Type Description
interimDataSources DocumentDataSources

A DocumentDataSources object.

See Also