Class AnnotationEventArgs
Provides data for the AnnotationAdded, AnnotationSelected, AnnotationDeselected, AnnotationEdited, AnnotationRemoved events.
Inheritance
System.Object
AnnotationEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class AnnotationEventArgs : EventArgs
Properties
Annotation
The annotation related to the event.
Declaration
public Annotation Annotation { get; set; }
Property Value
Type |
---|
Annotation |