TabHyperlinkClickEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabHyperlinkClickEventArgs class implements the argument event generated by clicking the hyperlink in the table cell.

Fore.NET Syntax

Class that is used to get analog of the TabHyperlinkClickEventArgs class:

None;

Class that is used to get analog of the TabHyperlinkClickEventArgs class object:

TabHyperlinkClickEventArgsClass;

Constructors

  Constructor name Brief description
Create The Create constructor creates the argument of the event that occurs on clicking hyperlink in table cell.

Designers inherited from TabCellBaseEventArgs

  Constructor name Brief description
CreateTabCellArgs The CreateTabCellArgs constructor creates argument of events related to a table cell.

Designers inherited from TabSheetBaseEventArgs

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates event argument related to the component's table.

Properties inherited from ITabHyperlinkClickEventArgs

  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 is located.
Row The Row property returns the number of the row, in which the table cell is located.

Properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Interfaces