Button.ContentChanged

Syntax

ContentChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The ContentChanged event occurs after button contents editing provided that it was edited.

Example

The example of event use is given in description of the Button.EnableEdit property.

See also:

Button