SpinEdit.BeforeChange

Syntax

BeforeChange: (sender: SpinEdit, args: SpinEventArgs)

Parameters

sender. Event source.

args. Event information.

Description

The BeforeChange event is occurs when text in entry box starts changing.

Example

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

See also:

SpinEdit