TabSheetBox.OnBeforeColumnResize

Syntax

Sub OnBeforeColumnResize(Sender: Object; Args: ITabColumnEventArgs);

Begin

//set of operators;

End Sub OnBeforeColumnResize;

Parameters

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

The Args parameter enables you to determine event parameters.

Description

The OnBeforeColumnResize event occurs before changing the size of table column.

See also:

TabSheetBox