Report > Report Assembly Classes > ReportEvents > ReportEvents.OnBeforeChangeControlValue
OnBeforeChangeControlValue (Control: IPrxControl; Var Cancel: Boolean);
Control. Regular report control that generated the event.
Cancel. Indicates whether control value change is canceled.
The OnBeforeChangeControlValue method implements the event that occurs before the value of a regular report control is changed.
Available values of the Cancel parameter:
True. Control value will not be changed.
On calling the method, the IPrxReportUserEvents.EventOnBeforeChangeControlValue event that can be redefined, if required, is handled in parallel in core.
The property use is given in the example for IPrxReportUserEvents.EventOnBeforeChangeControlValue.
See also: