Class CanRedoInkModifiedEventArgs
Provides data for the CanRedoInkModified event.
Inheritance
System.Object
    CanRedoInkModifiedEventArgs
  Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public class CanRedoInkModifiedEventArgs : EventArgs
  Properties
CanRedoInk
Gets a value indicating whether returns false when redo collection is empty otherwise true.
Declaration
public bool CanRedoInk { get; }
  Property Value
| Type | 
|---|
| System.Boolean |