DecimalEdit.OnValueChange

Syntax

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

Begin

//set of operators;

End Sub OnValueChange;

Parameters

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

Args. The parameter allowing to determine event parameters.

Description

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

See also:

DecimalEdit

Related work items

Requirement