UndoRedoTextUpdateBehavior Enumeration
Specifies a Undo/Redo text-update behavior for an edit-control.
Namespace: DevCase.Core.Application.Forms.UndoRedoAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum UndoRedoTextUpdateBehavior
Public Enumeration UndoRedoTextUpdateBehavior
Dim instance As UndoRedoTextUpdateBehavior
public enum class UndoRedoTextUpdateBehavior
type UndoRedoTextUpdateBehavior
No code example is currently available or this language may not be supported.
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.
|