Enum UndoFlags
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 = 1Indicates first undo operation in the undo sequences.
None = 0Specifies that no flags are in effect.
Saved = 2Indicates that undoable operation occurred prior to saving editor's content.