Sub OnChangeControlValue(Sender: Object; Args: IUiPrxControlEventArgs);
Begin
//set of operators;
End Sub OnChangeControlValue;
Sender. The parameter that returns the component that generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnChangeControlValue event occurs on changing the value of a regular report control.
See also: