IPrxReportUserEvents.EventOnAfterDeleteFormulaIsland

Syntax

Sub EventOnAfterDeleteFormulaIsland(Args: IUiPrxFormulaIslandEventArgs);
Begin
   
//set of operators;
End Sub EventOnAfterDeleteFormulaIsland;

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