Assigns a delegate to the splitterMoved event.
public void addOnSplitterMoved( SplitterEventHandler handler )
handler
The SplitterEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the splitterMoved event to that method in the Properties window. The splitterMoved event occurs when the user finishes moving the splitter.
See Also removeOnSplitterMoved