Sub OnBeforeExecuteTableIsland(Sender: Object; Args: IUiPrxTableIslandCancelEventArgs);
Begin
//set of operators;
End Sub OnBeforeExecuteTableIsland;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine event parameters.
The OnBeforeExecuteTableIsland event occurs prior to calculating a relational data area.
See also: