Skip to main content
A newer version of this page is available. .
All docs
V22.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.v22.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