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
Property Value
Type | Description |
---|---|
Boolean | true if the event is handled; otherwise, false. |
See Also