Splitter.addOnSplitterMoved

Overview | Methods | This Package | All Packages

Splitter.addOnSplitterMoved

Assigns a delegate to the splitterMoved event.

Syntax

public void addOnSplitterMoved( 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 splitterMoved event to that method in the Properties window. The splitterMoved event occurs when the user finishes moving the splitter.

See Also   removeOnSplitterMoved