ITabHyperlinkClickEventArgs

Assembly: Tab;

Description

The ITabHyperlinkClickEventArgs interface is used to work with arguments of the events generated for hyperlink in a table cell.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabCellEventArgs

          ITabHyperlinkClickEventArgs

Properties

  Property name Brief description
Type The Type property returns type of hyperlink (image or text) which was clicked.

Properties inherited from ITabCellEventArgs

  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.

Properties inherited from ITabSheetEventArgs

  Property name Brief description
TabSheet The TabSheet property returns the component for which the event is generated.

See also:

Tab Assembly Interfaces