I have an App that uses the NumericUpDown to update a TextBlock. I'm having trouble writing the ValueChanging Event Handler. Does anyone have an example of a Value Changing Event Handler I can use?
Thanks,
JT
2 Answers, 1 is accepted
0
Deyan
Telerik team
answered on 10 May 2012, 07:14 AM
Hello Jon,
Thanks for writing.
Subscribing for the ValueChanging event handler is as simple as the following:
The radNumericUpDown_ValueChanging method is the so-called event handler that will be called in case the ValueChanging event occurs. It is up to you and to the specifics of your app what code you will execute in this method.
I hope this helps.
Kind regards,
Deyan
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>