TreeNodeEventArgs.TreeNodeEventArgs Constructor
.NET Framework 3.0
Initializes a new instance of the TreeNodeEventArgs class using the specified TreeNode object.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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. |
Community Additions
ADD
Show:
Note: