Purpose
Event-notification that a node has been removed.
Syntax
The NodeRemove event-handler has the syntax:
void NodeRemove (Object Node)
Parameters
Description
The NodeRemove event is fired immediately before the node Node is removed from the corresponding
Nodes collection. This is a convenient time to invalidate application-dependent relations to other object.
It is not possible to cancel the Remove method in order to avoid removing the object. Furthermore all children have already been removed from the Children collection (Children property of the Node object) and the connection to the parent object has been released and returns