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 argument for an event. |
Property name | Brief description | |
Row | The Row property returns the number of a row, header of which was clicked with the main mouse button. |
Property name | Brief description | |
The TabSheet property returns the component for which the event is generated. |
See also: