This topic covers the specific events exposed by the RadMaskedTextBox control.
The RadMaskedTextBox control raises the following specific events:
- ValueChanging - occurs when the RadMaskedTextBox's Value property is about to be changed.
- ValueChanged - occurs when the Value property has changed.
See Also