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