LanerBox.OnObjectActivate

Syntax

Sub OnObjectActivate(Sender: Object; Args: ITabObjectBaseEventArgs);

Begin

//set of operators;

End Sub OnObjectActivate;

Parameters

Sender. Parameter returning the component that has generated the event.

Args. Parameter allowing to determine event parameters.

Description

The OnObjectActivate event occurs when a table object is activated/deactivated.

See also:

LanerBox