Show contents 

Report > Report Assembly Interfaces > IPrxReportUserEvents > IPrxReportUserEvents.EventOnAfterDeleteFormulaIsland

IPrxReportUserEvents.EventOnAfterDeleteFormulaIsland

Syntax

EventOnAfterDeleteFormulaIsland(Args: IUiPrxFormulaIslandEventArgs);

Parameters

Args. The parameter that enables the user to work with event parameters.

Description

The EventOnAfterDeleteFormulaIsland method implements the event that occurs after deleting a formula area.

Comments

To implement the event that occurs after adding a formula area, use the EventOnAfterAddFormulaIsland property.

Example

The example of use is given on the page with description of the EventOnAfterAddFormulaIsland method.

See also:

IPrxReportUserEvents