Table of Contents

Constructor UndoEventArgs

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

UndoEventArgs(IUndoData, bool)

Initializes a new instance of the UndoEventArgs class with specified parameters.

public UndoEventArgs(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.