Class PopupAnnotationMovedEventArgs
Provides the data for the PopupAnnotationMoved event.
Inheritance
System.Object
PopupAnnotationMovedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PopupAnnotationMovedEventArgs : EventArgs
Properties
NewPosition
Gets the new position after the popup annotation was moved.
Declaration
public Point NewPosition { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |
OldPosition
Gets the old position before the popup annotation was moved.
Declaration
public Point OldPosition { get; }
Property Value
Type |
---|
Xamarin.Forms.Point |