System.Web
2.0.0.0
System.EventArgs
The 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 class, see .
For more information about handling events, see Consuming Events.
Provides data for the , , , , and events of the control. This class cannot be inherited.
Constructor
Use the constructor to create and initialize a new instance of the class.
The constructor is used primarily by control developers when raising events.
The following table shows the initial property value for an instance of the class.
-
Property
Initial value
-
The contained in .
Initializes a new instance of the class using the specified object.
A that represents the current node when the event is raised.
2.0.0.0
Property
System.Web.UI.WebControls.TreeNode
To be added.
Use the property to access the properties of the node that raised the event. The property returns a 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.
Gets the node that raised the event.
2.0.0.0