Show / Hide Table of Contents

Event HyperlinkClicked

Raised when a link is clicked

Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public event EventHandler<HyperlinkClickedEventArgs>? HyperlinkClicked
Returns
Type Description
EventHandler<HyperlinkClickedEventArgs> Raised when a link is clicked
Remarks

By default, when an link is clicked, the default application (Browser) for the file type (if any) is launched. To override this, listen to this event, set the Handled property to true and perform your own logic.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX