Event
WebTextControl.
TextChanged()
New in 2010r4Supported for all project types and targets.
The text in the TextArea has changed. The event fires only when the user has stopped typing for a short period.
Notes
This event handler is not called for WebLabel since its Text property cannot be modified by the user.
Example
Display the text typed by the user: