Table of Contents

Method Undo

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Undo(bool)

When implemented by a class, performs the last undo operation.

void Undo(bool withChange = false)

Parameters

withChange bool

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

Parameters

undoData IUndoData

Data related to the undo operation.

withChange bool

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