The TabRowEventArgs class is used to work with parameters of the TabSheetBox.OnRowClick event that occurs on left mouse click on the table row header.
| Constructor name | Brief description | |
| CreateTabRowArgs | The CreateTabRowArgs constructor creates an event argument. |
| Property name | Brief description | |
| Row | The Row property returns the number of a row, which header was clicked. |
| Property name | Brief description | |
| TabSheet | The TabSheet property returns the component, for which the event is generated. |
See also: