UpdateTrigger

When a two-way binding pushes the control's value back to the source.
public enum UpdateTrigger

Values

NameSummary
FocusLostWhen the control loses focus.
PropertyChangedOn every change (default).