Sub OnValueChange(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnValueChange;
Sender. Parameter that returns the component that generated the event.
Args. The parameter allowing to determine event parameters.
The OnValueChange event occurs when the value is changed in the edit field.
See also:
Related work items
Requirement