For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

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.

Last updated

Was this helpful?