TabSheetBox.OnRowResizing

Syntax

Sub OnRowResizing(Sender: Object; Args: ITabRowResizingEventArgs);

Begin

//set of operators;

End Sub OnRowResizing;

Parameters

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

Args is the parameter that allows to define object parameters.

Description

The OnRowResizing event occurs at each visible change of table row size.

See also:

TabSheetBox