TabExpanderChangedEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabExpanderChangedEventArgs class implements argument of the event that occurs on expander toggle in the table cell.

Fore.NET Syntax

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

None;

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

TabExpanderChangedEventArgsClass;

Constructors

  Constructor name Brief description
CreateExpanderArgs The CreateExpanderArgs constructor creates argument of the event that occurs on toggling table cell expander.

Designers inherited from TabCellEventArgs

  Constructor name Brief description
CreateTabCellArgs The Create constructor creates argument of the event.

Designers inherited from TabSheetEventArgs

  Constructor name Brief description
The CreateArgs constructor creates argument of the event.

Class object properties inherited from ITabExpanderChangedEventArgs

  Property name Brief description
State The State property returns expander state to be set.

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

Class object properties inherited from ITabSheetEventArgs

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

See also:

Tab Assembly Classes