IPrxReportUserEvents.EventOnAfterDeleteEaxGrid

Syntax

Sub EventOnAfterDeleteEaxGrid(Args: IUiPrxEaxGridEventArgs);
Begin
   
//set of operators;
End Sub EventOnAfterDeleteEaxGrid;

Parameters

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

Description

The EventOnAfterDeleteEaxGrid method implements the event that occurs after deleting an analytical data area.

Comments

To implement the event that occurs after adding an analytical data area, use the EventOnAfterAddEaxGrid method.

Example

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

See also:

IPrxReportUserEvents