Microsoft SDK for Java

TreeView.addOnAfterCheck

Assigns a delegate to the afterCheck event.

Syntax

public void addOnAfterCheck( 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 afterCheck event to that method in the Properties window. The afterCheck event occurs when the check box for a tree node has been checked.

See Also   removeOnAfterCheck

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