TreeNodeEventArgs Constructor (TreeNode^)
.NET Framework (current version)
Initializes a new instance of the TreeNodeEventArgs class using the specified TreeNode object.
Assembly: System.Web (in System.Web.dll)
Use the TreeNodeEventArgs constructor to create and initialize a new instance of the TreeNodeEventArgs class.
Note |
|---|
The TreeNodeEventArgs constructor is used primarily by control developers when raising events. |
The following table shows the initial property value for an instance of the TreeNodeEventArgs class.
Property | Initial value |
|---|---|
The TreeNode contained in node. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
