Method Undo
Undo(bool)
When implemented by a class, performs the last undo operation.
void Undo(bool withChange = false)
Parameters
withChange
boolIndicates if the change needs to be translated to the parser.
Undo(IUndoData, bool)
When implemented by a class, performs the single undo operation.
void Undo(IUndoData undoData, bool withChange = false)