Class HyperlinkClickedEventArgs
Event argument for the HyperlinkClicked event.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public sealed class HyperlinkClickedEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| Handled | Gets or sets a value indicating whether the event handler has handled the event and the default action should be prevented. |
| Uri | Gets the URI that was clicked. |