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