TabSheetBox.OnRowResize

Syntax

Sub OnRowResize(Sender: Object; Args: ITabRowResizeEventArgs);

Begin

//set of operators;

End Sub OnRowResize;

Parameters

The Sender parameter returns the component that has generated the event.

Args is the parameter that allows to define object parameters.

Description

The OnRowResize event occurs after changing the size of table row.

See also:

TabSheetBox