Class LinkAnnotationTappedEventArgs
Inheritance
System.Object
LinkAnnotationTappedEventArgs
Namespace: Telerik.Maui.Controls.PdfViewer.Annotations
Assembly: Telerik.Maui.Controls.dll
Syntax
public class LinkAnnotationTappedEventArgs : EventArgs
Properties
Handled
Declaration
public bool Handled { get; set; }
Property Value
System.Boolean
|
LinkAnnotation
Declaration
public Link LinkAnnotation { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.Annotations.Link
|