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