IntegerEdit.OnValueChange

Syntax

Sub OnValueChange(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnValueChange;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter allows to determine event parameters.

Description

The OnValueChange event occurs when the value is changed in the edit field.

See also:

IntegerEdit