Microsoft SDK for Java

DhBaseContainer.onChildRemoved

Called after a child element is removed from this container.

Syntax

protected void onChildRemoved( DhElement removedChild )

Parameters

removedChild

A reference to the child element that has been removed.

Remarks

Override this method in your derived class to be notified when a child element is removed from the container. Note that this is valid only if the class can have children.

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