Documentation for this section has not yet been entered.
Use the TreeNodeEventArgs.Node property to access the properties of the node that raised the event. The TreeNodeEventArgs.Node property returns a System.Web.UI.WebControls.TreeNode object and is commonly used to determine the contents of the node, to modify the properties of the node, or to add child nodes dynamically.