Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UndoPerformedEventArgs - Xamarin.iOS API Reference | Syncfusion UndoPerformed event. ">

    Show / Hide Table of Contents

    Class UndoPerformedEventArgs

    Provides data for the UndoPerformed event.

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

    Properties

    AnnotationsInformation

    Gives the annotation collection value once undo operation is performed.

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

    CanUndo

    Returns the bool value as false when undo collection is empty.

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