TabHyperlinkClickBaseEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabHyperlinkClickBaseEventArgs class implements the event arguments when clicking the hyperlink in the table cell of the LanerBox component.

Fore.NET Syntax

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

None;

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

TabHyperlinkClickBaseEventArgsClass; 

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.

Class object properties inherited the ITabHyperlinkClickBaseEventArgs

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

Class object properties inherited from ITabCellBaseEventArgs

  Property name Brief description
Column The Column property returns index of the column containing the table cell.
Row The Row property returns index of the row containing the table cell.

Class object properties inherited from ITabSheetBaseEventArgs

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

See also:

Tab Assembly Classes