For my current project I want to use the keyup event on TextBox to grab the current value when "Enter" is pressed. Is it possible to include the forwarding of the event object to the event listener in future releases? It's only a small patch for the TextBox necessary to include this functionality.
