TabRowBaseEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabRowBaseEventArgs class implements arguments of events related to a row in the table of the LanerBox component.

Fore.NET Syntax

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

None;

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

TabRowBaseEventArgsClass;

Constructors

  Constructor name Description
CreateTabRowArgs The CreateTabRowArgs constructor creates event argument related to the specified table row.

Constructors Inherited from TabSheetBaseEventArgs

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

Class object properties inherited from ITabRowBaseEventArgs

  Property name Description
Row The Row property returns index of the row for which the event is generated.

Properties of Class Object 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