SpinEdit.AfterChange

Syntax

AfterChange: function (sender: SpinEdit, args: SpinEventArgs)

Parameters

sender. Event source.

args. Event information.

Description

The AfterChange event is occurs when text in entry box finishes changing.

Example

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

See also:

SpinEdit