menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class CanRedoInkModifiedEventArgs

    Provides data for the CanRedoInkModified event.

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

    Properties

    CanRedoInk

    Returns false when redo collection is empty otherwise true.

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

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

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