TabRowResizingEventArgs

Assembly: Tab;

Description

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

Constructors

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

Constructors inherited from TabRowResizeEventArgs

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

Constructors inherited from TabRowEventArgs

  Constructor name Brief description
CreateTabRowArgs The CreateTabRowArgs 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 ITabRowResizingEventArgs

  Property name Brief description
Cancel The Cancel property determines whether row height can be changed.

Class object properties inherited from ITabRowResizeEventArgs

  Property name Brief description
Type The Type property returns type of the action, which results in changing row size.

Class object properties inherited from ITabRowEventArgs

  Property name Brief description
Row The Row property returns number of the row, 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