TabSheetBox.OnColumnResizing

Syntax

Sub OnColumnResizing(Sender: Object; Args: ITabColumnResizingEventArgs);

Begin

//set of operators;

End Sub OnColumnResizing;

Parameters

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

Args - the parameter that allows to define object parameters.

Description

The OnColumnResizing event occurs at each visible change of table column size.

See also:

TabSheetBox