Xamarin.iOS

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

    Show / Hide Table of Contents

    Class CanUndoModifedEventArgs

    Provides data for the CanUndoModified event.

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

    Properties

    CanUndo

    Returns false when undo collection is empty otherwise true.

    Declaration
    public bool CanUndo { get; }
    Property Value
    Type Description
    System.Boolean

    true if undo collection has record or not empty; otherwise, false.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved