The TabObjectEventArgs class is used to work with parameters of the TabSheetBox.OnObjectActivate event that occurs when a table object is activated or deactivated.
Constructor name | Brief description | |
Create | The Create constructor creates argument for the event. |
Property name | Brief description | |
Action | The Action property returns the type of the action performed with the table object. | |
Object | The Object property returns the object, with which the action has been performed. |
Property name | Brief description | |
TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: