UndoRedoCommand Enumeration

Specifies a Undo/Redo command type.

Definition

Namespace: DevCase.Core.Application.Forms.UndoRedo
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum UndoRedoCommand

Members

Undo 1 Undo command.
Redo 2 Redo command.

See Also