TreeNodeEventArgs::Node Property
.NET Framework (current version)
Gets the node that raised the event.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: