Microsoft SDK for Java

TreeView.addOnAfterSelect

Assigns a delegate to the afterSelect event.

Syntax

public void addOnAfterSelect( 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 afterSelect event to that method in the Properties window. The afterSelect event occurs when the selection in the tree view control has changed.

See Also   removeOnAfterSelect

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