Assigns a delegate to the splitterMoving event.
public void addOnSplitterMoving( 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 splitterMoving event to that method in the Properties window. The splitterMoving event occurs when the user is moving the splitter.
See Also removeOnSplitterMoving