Sub OnMoved(Sender: Object; Args: IEventArgs);
Begin
//set of operators;
End Sub OnMoved;
The Sender parameter returns the component that has generated the event.
The Args parameter allows to determine event parameters.
The OnMoved event occurs when the Splitter component is moved.
See also: