System.Web.UI.WebControls.TreeNodeEventArgs Class

Provides data for the TreeView.TreeNodeCheckChanged, TreeView.TreeNodeCollapsed, TreeView.TreeNodeDataBound, TreeView.TreeNodeExpanded, and TreeView.TreeNodePopulate events of the System.Web.UI.WebControls.TreeView control. This class cannot be inherited.

See Also: TreeNodeEventArgs Members

Syntax

public sealed class TreeNodeEventArgs : EventArgs

Remarks

The System.Web.UI.WebControls.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 System.Web.UI.WebControls.TreeNodeEventArgs class, see TreeNodeEventArgs.#ctor(TreeNode).

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0