Skip to main content
All docs
V26.1
  • SecurityLoadingLimitExceededEventArgs.Handled Property

    Gets or sets whether the event is handled.

    Namespace: DevExpress.Office

    Assembly: DevExpress.Office.v26.1.Core.dll

    NuGet Package: DevExpress.Office.Core

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the event is handled; otherwise, false.

    See Also