ITabHyperlinkClickBaseEventArgs

Assembly: Tab;

Description

The ITabHyperlinkClickBaseEventArgs interface contains basic properties of event arguments related and generated in the table cell for the hyperlink.

Inheritance Hierarchy

          IEventArgs

          ITabSheetBaseEventArgs

          ITabCellBaseEventArgs

          ITabHyperlinkClickBaseEventArgs 

Properties

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

Properties inherited from ITabCellBaseEventArgs

  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 ITabSheetBaseEventArgs

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

See also:

Tab Assembly Interfaces