Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serves as the event handler for the insertion of pegging tree nodes.
Syntax
public void onNodeAdded(int _parentId, ReqPeggingTreeNode _node)
Run On
Called
Parameters
- _parentId
Type: int
The identifier of the parent node.
- _node
Type: ReqPeggingTreeNode Class
The node that was added.