Skip to main content
All docs
V25.1
  • OpenHyperlinkEventArgs.Handled Property

    Gets or sets whether the event is handled. If the event is handled, the browser does not open.

    Namespace: DevExpress.Utils

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public bool Handled { get; set; }

    Property Value

    Type Description
    Boolean

    true if the event is handled; otherwise, false.

    See Also