Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DocumentClosingEventArgs.Handled Property

    Specifies whether or not the SnapControl.DocumentClosing event was handled.

    Namespace: DevExpress.Snap

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

    NuGet Package: DevExpress.Snap.Core

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the event was handled; otherwise, false.

    See Also