I want to use UpdateSourceTrigger=LostFocus when entering Integers in the text field. When the Up/Down arrows are used be able to use UpdateSourceTrigger=PropertyChanged. Is this possible. for example
Value="{Binding ZoomInMiles, UpdateSourceTrigger=PropertyChanged}"
Value="{Binding ZoomInMiles, UpdateSourceTrigger=PropertyChanged}"