TreeNodeEventArgs Class
Provides data for the TreeNodeCheckChanged, TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, and TreeNodePopulate events of the TreeView control. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TreeNodeEventArgs(TreeNode^) | Initializes a new instance of the TreeNodeEventArgs class using the specified TreeNode object. |
| Name | Description | |
|---|---|---|
![]() | Node | Gets the node that raised the event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The TreeNodeEventArgs class is used to store the event data that is passed to an event-handling method.
For a list of the initial property values for an instance of the TreeNodeEventArgs class, see TreeNodeEventArgs(TreeNode^).
For more information about handling events, see NIB: Consuming Events.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

