menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class RedoPerformedEventArgs

    Provides data for the RedoPerformed event.

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

    Properties

    AnnotationsInformation

    Gives the annotation collection value once redo operation is performed.

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

    CanRedo

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

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