Let's say I want to decide whether to disable a button based on whether the number is greater than 0 or not.
The OnChanged event doesn't fire when the user presses the number keys on the keyboard, which can confuse the user.
If the OnChanged event must remain, adding the OnChanging event would be nice.
Let's say I want to decide whether to disable a button based on whether the number is greater than
0or not.The
OnChangedevent doesn't fire when the user presses the number keys on the keyboard, which can confuse the user.If the OnChanged event must remain, adding the
OnChangingevent would be nice.