Sub OnChangeControlValue(Control : IPrxControl);
Begin
// set of operators
End Sub OnChangeControlValue;
Control - the regular report control that has generated the event.
The OnChangeControlValue method implements the event that occurs when value of a control of the regular report is changed.
See also: