CommandUndoChangesInRowAndExit Field

Undo all the changes and ends the task.

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static readonly Command UndoChangesInRowAndExit

Field Value

Command

Remarks

Similar to raisung the UndoChangesInRowCommand and then the ExitCommand. The only deference is that the EnterRow event will not happen between the undo, and the exit.

See Also