Table of Contents

Enum UndoFlags

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

Defines additional flags for undo/redo operation. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Flags]
public enum UndoFlags : byte

Fields

FirstTime = 1

Indicates first undo operation in the undo sequences.

None = 0

Specifies that no flags are in effect.

Saved = 2

Indicates that undoable operation occurred prior to saving editor's content.