UndoRedoTextUpdateBehavior Enumeration

Specifies a Undo/Redo text-update behavior for an edit-control.

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 UndoRedoTextUpdateBehavior

Members

OnTextChanged 1 Updates the text for undo/redo every time that the text changes, for example, when a single character is added or removed.
OnLeave 2 Updates the text for undo/redo only when leaving the control focus.

See Also