Table Tree Event: NodeInsert 

Purpose

Event-notification that a node has been inserted.

Syntax

The NodeInsert event-handler has the syntax:

void NodeInsert(Object Node)

Parameters

Description

The NodeInsert event is fired after the node Node was successfully inserted into the corresponding Nodes collection. All properties and methods of the node including the Remove method are valid at that time. This is a convenient time to perform application-dependent validation of the data stored in the node. It is possible to add additional information, to attach the node to a new parent, or to remove the node. (See also Configuring the Tree).