ITabRowResizingEventArgs

Assembly: Tab;

Description

The ITabRowResizingEventArgs interface contains properties of argument of the event that occurs at each visible change of table row's size.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabRowEventArgs

          ITabRowResizeEventArgs

          ITabRowResizingEventArgs

Comments

This argument is used to handle the following events:

Properties

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

Properties inherited from ITabRowResizeEventArgs

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

Properties inherited from ITabRowEventArgs

  Property name Brief description
Row The Row property returns number of the row, for which an event occurred.

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 Interfaces