ArcGIS Pro 2.8 API Reference Guide
UndoAsync Method (EditOperation)

ArcGIS.Desktop.Editing Namespace > EditOperation Class : UndoAsync Method
Attempts to Undo this EditOperation (only the most recent edit operation can be undone).
Syntax
public Task<bool> UndoAsync()
Public Function UndoAsync() As Task(Of Boolean)

Return Value

A task representing the success of the Undo.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members