Class CanUndoModifiedEventArgs
Provides data for the CanUndoModified event.
Inheritance
System.Object
CanUndoModifiedEventArgs
Namespace: Syncfusion.SfPdfViewer.iOS
Assembly: Syncfusion.SfPdfViewer.iOS.dll
Syntax
public class CanUndoModifiedEventArgs : Object
Properties
CanUndo
Returns false when undo collection is empty otherwise true.
Declaration
public bool CanUndo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|