Class HyperlinkClickedEventArgs
Provides data for the HyperlinkClicked event.
Inheritance
System.Object
HyperlinkClickedEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class HyperlinkClickedEventArgs : EventArgs
Properties
Handled
Gets or sets a value indicating whether HyperlinkClicked event is handled. Set the value "true" to indicate that the event is handled in the application and to prevent the default navigation to the URI.
Declaration
public bool Handled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
Uri
Gets the URI(Uniform Resource Identifier) of the hyperlink
Declaration
public string Uri { get; }
Property Value
Type |
---|
System.String |