DecimalEdit.OnValueChange

Syntax

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

Begin

//set of operators;

End Sub OnValueChange;

Parameters

Sender. Parameter that returns the component that has generated the event.

Args. Parameter that enables the user to determine event parameters.

Description

The OnValueChange event occurs on changing value in the edit box.

See also:

DecimalEdit