Assembly: Tab;
Namespace: Prognoz.Platform.Interop.Tab;
The TabRowResizingEventArgs class implements argument of the event that occurs at each visible change of table row's size.
Class that is used to get analog of the TabRowResizingEventArgs class:
None;
Class that is used to get analog of the TabRowResizingEventArgs class object:
TabRowResizingEventArgsClass;
Constructor name | Description | |
Create | The Create constructor creates argument of the event that occurs at each visible change in table row's size. |
Constructor name | Brief description | |
CreateRowResizeArgs | The CreateRowResizeArgs constructor creates argument of the event that occurs after table row resizing. |
Constructor name | Brief description | |
CreateTabRowArgs | The CreateTabRowArgs constructor creates argument for an event. |
Constructor name | Brief description | |
The CreateArgs constructor creates argument of the event. |
Property name | Brief description | |
Cancel | The Cancel property indicates whether row height can be changed. |
Property name | Brief description | |
Type | The Type property returns type of the action which results in changing row size. |
Property name | Brief description | |
Row | The Row property returns number of the row for which an event occurred. |
Property name | Brief description | |
The TabSheet property returns the component for which the event is generated. |
See also: