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