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