Splitter.OnCanResize

Syntax

OnCanResize(Sender: Object; Args: ISplitterEventArgs);

Parameters

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

Args. The 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