Splitter.OnCanResize

Syntax

Sub OnCanResize(Sender: Object; Args: ISplitterEventArgs);

Begin

//set of operators;

End Sub OnCanResize;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnCanResize event occurs when the sizes of the components bound to the Splitter component are changed.

See also:

Splitter