Class AnnotationModeChangedEventArgs
Provides data for the AnnotationModeChangedEventArgs event.
Inheritance
System.Object
AnnotationModeChangedEventArgs
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public class AnnotationModeChangedEventArgs : Object
Properties
NewMode
Gets current AnnotationMode.
Declaration
public AnnotationMode NewMode { get; }
Property Value
Type | Description |
---|---|
AnnotationMode |
OldMode
Gets previous AnnotationMode.
Declaration
public AnnotationMode OldMode { get; }
Property Value
Type | Description |
---|---|
AnnotationMode |