Overview | Methods | This Package | All Packages
Assigns a delegate to the splitterMoving event.
Syntax
public void addOnSplitterMoving( SplitterEventHandler handler )
Parameters
handler
The SplitterEventHandler delegate to be notified when the event occurs.
Remarks
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