BorderCombo.LineWidthChanged

Syntax

LineWidthChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information. Available argument LineWidth returns the currently set value of the line width.

Description

The LineWidthChanged event occurs on changing the line width.

Comments

Line width is edited in the value editor on the Width tab, which is available when the BorderCombo.BorderWidthVisible property is set to true.

Example

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

See also:

BorderCombo