ITabColumnResizingEventArgs

Assembly: Tab;

Description

The ITabColumnResizingEventArgs interface contains properties of argument of the event that occurs at each visible change of table column size.

Inheritance Hierarchy

          IEventArgs

          ITabSheetEventArgs

          ITabColumnEventArgs

          ITabColumnResizeEventArgs

          ITabColumnResizingEventArgs

Comments

This argument is used to handle the following events:

Properties

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

Properties inherited from ITabColumnResizeEventArgs

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

Properties inherited from ITabColumnEventArgs

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