Try this.
You can set the DataSourceUpdateMode on the binding descriptor to OnPropertyChanged if you want instantaneous changes w/o changing focus.
DataSourceUpdateMode = DataSourceUpdateMode.OnPropertyChanged
The default is OnValidation which will cause the Setter to fire after a tab.