TextArea Changed Event

The event message space supplied as a right argument to the callback function contains:

Name Value
Event Change
Component The TextArea instance
Document The associated document
Value The new value

This event fires on every change to the input, every key, etc. (DOES IT?!)