Class AnnotationRemovedEventArgs
Provides data for the AnnotationRemovedEventArgs event.
Inheritance
System.Object
AnnotationRemovedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationRemovedEventArgs : EventArgs
Properties
Annotation
Gets the details of annotation.
Declaration
public IAnnotation Annotation { get; }
Property Value
Type | Description |
---|---|
IAnnotation |
AnnotationProperties
Gets the properties of annotation.
Declaration
public AnnotationProperties AnnotationProperties { get; }
Property Value
Type | Description |
---|---|
AnnotationProperties |