TextArea.TextChanged

Syntax

TextChanged: function(sender, args)

Parameters

sender. Event source.

args. Event information. Available arguments: Value - new value of the component's text content.

Description

The TextChanged event occurs when the component with changed text contents loses focus.

Example

The property use is given in the page with description of the TextArea.getFormattedText method.

See also:

TextArea