TabColumnResizingEventArgs

Assembly: Tab;

Description

The TabColumnResizingEventArgs class implements argument of the event that occurs at each visible change of table column's size.

Constructors

  Constructor name Brief description
Create The Create constructor creates argument of the event that occurs at each visible change in table column's size.

Constructors Inherited from TabColumnResizeEventArgs

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

Constructors Inherited from TabColumnEventArgs

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

Constructors Inherited from TabSheetEventArgs

  Constructor name Brief description
CreateArgs The CreateArgs constructor creates an event argument.

Class object properties inherited from ITabColumnResizingEventArgs

  Property name Brief description
Cancel The Cancel property determines whether column width can be changed.

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
TabSheet The TabSheet property returns the component, for which the event is generated.

See also:

Tab Assembly Classes