menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupAnnotationViewDisappearedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved