Splitter.ValueChanged

Syntax

ValueChanged: function(sender, args);

Parameters

sender. Event source.

args. Information on the event. The Position argument gets splitter current position.

Description

The ValueChanged event occurs when a separator value changes.

Example

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

See also:

Splitter