I am using DevExpress v 10. On a web pafe I have an AspxTextBox field. I need the followig functionality on client side: to perform some my JavaScript code IMMEDIATELY after content of the field has been changed.
The problem is: how to recognize this situation? The events TextChanged and ValueChanged are not suitable for me: they are fired only after the field loses its focus. The event KeyUp is almost OK, but it is not fired when the field is modified using context menu: say, right click mouse and select Cut or Paste or Delete in the context menu.