New to Telerik UI for .NET MAUIStart a free 30-day trial

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 EventArgs.Empty

Properties

Gets or sets a value indicating whether the event has been handled.

C#
public bool Handled { get; set; }
Property Value:

true if the event has been handled; otherwise, false.

Gets the link annotation that was tapped.

C#
public Link LinkAnnotation { get; }
Property Value:

The Link annotation that was tapped.

In this article
DefinitionPropertiesHandledLinkAnnotation
Not finding the help you need?
Contact Support