TabSheetBox.OnBeforeRowResize

Syntax

Sub OnBeforeRowResize(Sender: Object; Args: ITabRowEventArgs);

Begin

//set of operators;

End Sub OnBeforeRowResize;

Parameters

The Sender parameter returns the component that generated the event.

The Args parameter defines object parameters.

Description

The OnBeforeRowResize event occurs before changing the size of a table row.

See also:

TabSheetBox