Class AnnotationDeselectedEventArgs
Provides data for the AnnotationDeselectedEventArgs event.
Inheritance
System.Object
AnnotationDeselectedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationDeselectedEventArgs : 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 |