Assembly: Tab;
The ITabHyperlinkClickEventArgs interface is used to work with arguments of the events generated for hyperlink in a table cell.
ITabHyperlinkClickEventArgs
| Property name | Brief description | |
| Type | The Type property returns type of hyperlink (image or text) which was clicked. |
| Property name | Brief description | |
| Column | The Column property returns the number of the column, in which the table cell, generated the OnCellClick, OnHyperlinkClick or OnCellPictureClick event of the TabSheetBox component is located. | |
| Row | The Row property returns the number of the row, in which the table cell, generated the OnCellClick, OnHyperlinkClick or OnCellPictureClick event is located. |
| Property name | Brief description | |
| TabSheet | The TabSheet property returns the component for which the event is generated. |
See also: