TabSheetBox.OnColumnResizing

Fore Syntax

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

Begin

//set of operators;

End Sub OnColumnResizing;

Fore.NET Syntax

Sub OnColumnResizing(sender: System.Object; Args: Prognoz.Platform.Interop.Tab.TabColumnResizingEventArgs);

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