Assembly: Tab;
The ITabHyperlinkClickBaseEventArgs interface contains basic properties of event arguments related and generated in the table cell for the hyperlink.
ITabHyperlinkClickBaseEventArgs
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: