event for textbox update
- by Richard
I have a textbox and want an event triggered whenever it is updated, whether through key presses, pasted from clipboard, or whatever else is possible.
Is binding to the keyup event sufficient or is there a better way?