Class HyperlinkClickedEventArgs
Event argument for the HyperlinkClicked event.
Namespace: Esri.ArcGISRuntime.Toolkit.UI.Controls
Assembly: Esri.ArcGISRuntime.Toolkit.WinUI.dll
Syntax
public sealed class HyperlinkClickedEventArgs : EventArgs
Properties
| Improve this Doc View SourceHandled
Gets or sets a value indicating whether the event handler has handled the event and the default action should be prevented.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Uri
Gets the URI that was clicked.
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri |