Overload | Description |
---|---|
UndoAsync() | Rolls back the most recent operation to reset the last action performed with ArcGIS.Desktop.Framework.Contracts.Operation.Do or ArcGIS.Desktop.Framework.Contracts.Operation.DoAsync. |
UndoAsync(String) | Rolls back the most recent operation belonging to a specific category. |
UndoAsync(Int32) | Rolls back the specified number of operations off the top of the undo stack. |
UndoAsync(Int32,String) | Rolls back the specified number of operations belonging to the specified category. |