TextEditor.SelectionChanged

Syntax

SelectionChanged: function(sender, args, timeout);

Parameters

sender. Event source.

args. Event information.

timeout. Time delay (milliseconds) after which the event is fired.

Description

The SelectionChanged event is fired on selecting contents of editor's text area.

Example

The property use is given in the page with description of the TextEditor.TextChanged event.

See also:

TextEditor