System.Web.UI.WebControls.TreeNodeEventArgs.Node Property

Gets the node that raised the event.

Syntax

public TreeNode Node { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0