UpdateValueEvent
The UpdateValueEvent property of the RadMaskedTextInput controls allows you to specify when the Value property will be changed. If UpdateValueEvent is set to PropertyChanged, the Value will be changed on every key stroke, assuming that you are typing. If the UpdateValueEvent is set to LostFocus, the Value will be changed only after the RadMaskedTextInput control loses its focus.
Example 1: Setting the UpdateValueEvent property
The default value of all RadMaskedInput's UpdateValueEvent property is UpdateValueEvent.PropertyChanged.
You can see a live demo demonstrating the UpdateValueEvent property here.