menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class UndoPerformedEventArgs

    Provides data for the UndoPerformed event.

    Inheritance
    System.Object
    UndoPerformedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class UndoPerformedEventArgs : EventArgs

    Properties

    AnnotationsInformation

    Gets returns the annotation information collection once undo operation is performed.

    Declaration
    public List<AnnotationInformation> AnnotationsInformation { get; }
    Property Value
    Type
    System.Collections.Generic.List<AnnotationInformation>

    CanUndo

    Gets a value indicating whether returns false when undo collection is empty otherwise true.

    Declaration
    public bool CanUndo { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved