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 when the value is changed in the edit box.

See also:

DecimalEdit

Related work items

Requirement