Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Splitter.addOnSplitterMoving
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