The UITextBox OnChange event fires anytime the text changes which means every keypress. This can be useful in some situations.
The new event OnTextChanged works for UIText objects, so its better suited for doing something when a label is modified by dynamic data or by code.
|