Class PopupAnnotationViewDisappearedEventArgs
Provides data for the PopupAnnotationViewDisappeared event.
Inheritance
System.Object
PopupAnnotationViewDisappearedEventArgs
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class PopupAnnotationViewDisappearedEventArgs : EventArgs
Properties
PopupViewResult
Gets the result of the edit action.
Declaration
public PopupViewResult PopupViewResult { get; }
Property Value
Type |
---|
PopupViewResult |
Text
Gets the text present in the popup.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |