Loading...
The ITreeItemSelect interface is an interface which defines a method which gets raised whenever the user selects a tree item in Glue.
void ReactToItemSelect(TreeNode selectedTreeNode);
The selectedTreeNode's tag can be used to identify the type of tree node selected.