TabRowResizeEventArgs

Assembly: Tab;

Namespace: Prognoz.Platform.Interop.Tab;

Description

The TabRowResizeEventArgs class implements argument of the event that occurs after table row is resized.

Fore.NET Syntax

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

None;

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

TabRowResizeEventArgsClass;

Constructors

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

Designers inherited from TabRowEventArgs

  Constructor name Brief description
CreateTabRowArgs The CreateTabRowArgs constructor creates argument for an event.

Designers inherited from TabSheetEventArgs

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

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

See also:

Tab Assembly Classes