Updating source
Binding.UpdateSourceTrigger
PropertyChanged
: Updates immediatelyLostFocus
: Updates when focus target element loses focusExplicit
: Update whenUpdateSource()
is calledDefault
: Uses the default value for binding target
Binding.Delay: [.net 4.5] [Binding.Mode:TwoWay / OneWayToSource ]
Milliseconds to wait before source is updated