Sub EventOnAfterDeleteFormulaIsland(Args: IUiPrxFormulaIslandEventArgs);
Begin
//set of operators;
End Sub EventOnAfterDeleteFormulaIsland;
Args. The parameter that enables the user to work with event parameters.
The EventOnAfterDeleteFormulaIsland method implements the event that occurs after deleting a formula area.
To implement the event that occurs after adding a formula area, use the EventOnAfterAddFormulaIsland property.
The example of use is given on the page with description of the EventOnAfterAddFormulaIsland method.
See also: