Splitter.OnCanResize

Syntax

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

Begin

//set of operators;

End Sub OnCanResize;

Parameters

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

Args - parameter that enables the user to determine event parameters.

Description

The OnCanResize event occurs when the components bound to the Splitter component are resized.

See also:

Splitter