menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CanUndoInkModifiedEventArgs - API Reference

    Show / Hide Table of Contents

    Class CanUndoInkModifiedEventArgs

    Provides data for the CanUndoInkModified event.

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

    Properties

    CanUndoInk

    Returns false when undo collection is empty otherwise true.

    Declaration
    public bool CanUndoInk { 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 - 2023 Syncfusion Inc. All Rights Reserved