Click or drag to resize

UndoRedoActionType Enumeration

Provides the type of action performed by the undo-redo manager.

Namespace: RAYLASE.Marker.UndoRedo
Assembly: RAYLASE.Marker.UndoRedo (in RAYLASE.Marker.UndoRedo.dll) Version: 2.19.0
Syntax
C#
public enum UndoRedoActionType
Members
Member nameValueDescription
None0 None.
New1 A new undoable action.
Undo2 An undo action.
Redo3 A redo action.
See Also