BorderCombo.ValueChanged

Syntax

ValueChanged: function(sender, args)

Parameters

sender. Event source.

args. Information on the event. Available arguments: PropertyName - name of changed property, Value - new property value, Border - object with changed property.

Description

The ValueChanged event occurs after changing of border property.

Example

The example of event use is given in the Example of Creating the BorderCombo Component page.

See also:

BorderCombo