TreeNodeEventArgs Class
.NET Framework 3.0
Provides data for the TreeNodeCheckChanged, TreeNodeCollapsed, TreeNodeDataBound, TreeNodeExpanded, and TreeNodePopulate events of the TreeView control. This class cannot be inherited.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
For more information about handling events, see Consuming Events.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show: