OnBeforeDeleteSheet (Sheet: IPrxSheet; Var Cancel: Boolean);
Sheet. Regular report sheet that has generated the event.
Cancel. The parameter that determines whether the event is fired. The property is set to False by default.
The OnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion.
On calling the method, the IPrxReportUserEvents.EventOnBeforeDeleteSheet event that can be redefined, if required, is processed in core in parallel.
The property use is given in the example for IPrxReportUserEvents.EventOnBeforeDeleteSheet.
See also: