TreeNodeEventArgs.Node Property

Gets the node that raised the event.

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)

public:
property TreeNode^ Node {
	TreeNode^ get ();
}
/** @property */
public TreeNode get_Node ()

public function get Node () : TreeNode

Not applicable.

Property Value

A TreeNode that represents the node that raised the event.

Use the Node property to access the properties of the node that raised the event. The Node property returns a 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.

The following code example demonstrates how to use the Node property to determine the text value of an expanded node.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: