ArcGIS Pro 2.7 API Reference Guide
CanRedo Property (OperationManager)

ArcGIS.Desktop.Framework Namespace > OperationManager Class : CanRedo Property
Gets a boolean value after checking if the first operation can be redone.
Syntax
public bool CanRedo {get;}
Public ReadOnly Property CanRedo As Boolean
Remarks
If the operation cannot be redone, all the operations belonging to its same category are cleared from the undo stack.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

OperationManager Class
OperationManager Members