Class PopupAnnotationEditedEventArgs
Provides the data for the PopupAnnotationEdited event.
Inheritance
System.Object
PopupAnnotationEditedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PopupAnnotationEditedEventArgs : EventArgs
Properties
NewColor
Gets the new color after the Color property was changed.
Declaration
public Color NewColor { get; }
Property Value
Type |
---|
Xamarin.Forms.Color |
NewIcon
Gets the new icon after the Icon property was changed.
Declaration
public PopupIcon NewIcon { get; }
Property Value
Type |
---|
PopupIcon |
NewOpacity
Gets the new opacity after the Opacity property was changed.
Declaration
public float NewOpacity { get; }
Property Value
Type |
---|
System.Single |
NewText
Gets the new text after the Text property was changed.
Declaration
public string NewText { get; }
Property Value
Type |
---|
System.String |
OldColor
Gets the old color before the Color property was changed.
Declaration
public Color OldColor { get; }
Property Value
Type |
---|
Xamarin.Forms.Color |
OldIcon
Gets the old icon before the Icon property was changed.
Declaration
public PopupIcon OldIcon { get; }
Property Value
Type |
---|
PopupIcon |
OldOpacity
Gets the old opacity before the Opacity property was changed.
Declaration
public float OldOpacity { get; }
Property Value
Type |
---|
System.Single |
OldText
Gets the old text before the Text property was changed.
Declaration
public string OldText { get; }
Property Value
Type |
---|
System.String |