TabColumnBaseEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabColumnBaseEventArgs class implements arguments of events related to a column in the table of the LanerBox component.

Fore.NET Syntax

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

None;

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

TabColumnBaseEventArgsClass;

Constructors

  Constructor name Brief description
CreateTabColumnArgs The CreateTabColumnArgs constructor creates event argument related to the specified table column.

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 from ITabColumnBaseEventArgs

  Property name Brief description
Column The Column property returns index of the column for which the event is generated.

Class object properties 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