Skip to main content
All docs
V24.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.v24.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