Table of Contents

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 bool

Indicates 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)

Parameters

undoData IUndoData

Data related to the undo operation.

withChange bool

Indicates if the change needs to be translated to the parser.