GxTitle.TextSelectionChanged

Syntax

TextSelectionChanged: function(sender, args)

Parameters

sender. Event source.

args. Information about event. Arguments: Alignment - text alignment parameters; BackgroundColor - title background color; FontBgColor - text background colors; FontColor - text color; FontSize - text size; FontFamily - font name; IsBold - indicates if bold font style is used; IsItalic - indicates if italic font style is used; IsUnderline - indicates if underline font style is used.

Description

The TextSelectionChanged event occurs after changing text in the title editor.

Example

The example of method use is given in description of the GxTitle.EnableEdit property.

See also:

GxTitle