Table of Contents

Interface IUndoData

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

Represents data for a single undo operation.

public interface IUndoData

Properties

Data

When implemented by a class, represents the object associated with this IUndoData.

Operation

When implemented by a class, represents the type of the undo operation.

Position

When implemented by a class, represents the position of the undoable operation within the text.

Reason

When implemented by a class, represents the reason of the undo operation.

UndoFlag

Reserved for internal use.

UpdateCount

When implemented by a class, keeps track of nested undo operations.