Method Undo
Undo(bool)
Performs the last undo operation.
public virtual void Undo(bool withChange = false)
Parameters
withChange
boolIndicates if the change needs to be translated to the parser.
Undo(IUndoData, bool)
Performs the single undo operation.
public virtual void Undo(IUndoData undoData, bool withChange = false)