TabColumnResizeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabColumnResizeEventArgs class implements argument of the event that occurs after table column resizing.

Fore.NET Syntax

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

None;

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

TabColumnResizeEventArgsClass;

Constructors

  Constructor name Brief description
CreateColumnResizeArgs The CreateColumnResizeArgs constructor creates argument of the event that occurs after table column resizing.

Designers inherited from TabColumnEventArgs

  Constructor name Brief description
CreateTabColumnArgs The CreateTabColumnArgs constructor creates event argument.

Designers inherited from TabSheetEventArgs

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

Class object properties inherited from ITabColumnResizeEventArgs

  Property name Brief description
Type The Type property returns type of the action that resizes a column.

Class object properties inherited from ITabColumnEventArgs

  Property name Brief description
Column The Column property returns number of the column for which an event occurred.

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