TabObjectEventArgs.Create

Syntax

Create(TabSheet: ITabSheetBox; Object: ITabObject; Action: TabObjectAction);

Parameters

TabSheet - the object of TabSheetBox, for which an event occurs.

The Action is the type of action, performed with the table object.

The Object is the object, for which an event occurs.

Description

The Create constructor creates argument of the event that occurs on activation or deactivation of a table object.

See also:

TabObjectEventArgs