Method Undo
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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)