Table of Contents

Class UndoEventArgs

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

Provides data for the event that occurs when the undo/redo operation performed.

public class UndoEventArgs : EventArgs
Inheritance
UndoEventArgs

Constructors

UndoEventArgs(IUndoData, bool)

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

Properties

UndoData

Represents the data of the undo/redo operation.

WithChange

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