Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnAfterDeleteSheet
EventOnAfterDeleteSheet(Args: IUiPrxSheetEventArgs);
Args. The parameter that enables the user to work with event parameters.
The EventOnAfterDeleteSheet method implements the event that occurs after deleting a sheet.
To implement the event that occurs after adding the sheet, use the EventOnAfterAddSheet method.
The example of use is given on the page with description of the EventOnAfterAddSheet method.
See also: