Sub OnCanResize(Sender: Object; Args: ISplitterEventArgs);
Begin
//set of operators;
End Sub OnCanResize;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnCanResize event occurs when the sizes of the components bound to the Splitter component are changed.
See also: