Label.ValueChanged

Syntax

ValueChanged: function (sender, args)

Parameters

sender. Event source. PP.Ui.Label.

args. Information on the event. The event does not contain arguments.

Description

The ValueChanged event occurs after label value changing.

Example

The example of event use is given in description of the Label.Edit method.

See also:

Label