Microsoft SDK for Java

TreeView.addOnAfterExpand

Assigns a delegate to the afterExpand event.

Syntax

public void addOnAfterExpand( TreeViewEventHandler value )

Parameters

value

The TreeViewEventHandler delegate to be notified when the event occurs.

Remarks

Passing an event handler as a parameter to this method is equivalent to setting the afterExpand event to that method in the Properties window. The afterExpand event occurs when a tree node has been expanded.

See Also   removeOnAfterExpand

© 1999 Microsoft Corporation. All rights reserved. Terms of use.