Provides data for link annotation tapped events.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer.Annotations
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class LinkAnnotationTappedEventArgs : EventArgs
Inheritance: objectEventArgsLinkAnnotationTappedEventArgs
Inherited Members
Properties
Gets or sets a value indicating whether the event has been handled.
C#
public bool Handled { get; set; }
true if the event has been handled; otherwise, false.
LinkAnnotation
Link
Gets the link annotation that was tapped.
C#
public Link LinkAnnotation { get; }
The Link annotation that was tapped.