TreeNodeExpandedEventArgs Class |
Namespace: Dynamicweb.Controls
The TreeNodeExpandedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| TreeNodeExpandedEventArgs |
Creates a new instance of a class.
| |
| TreeNodeExpandedEventArgs(TreeNode) |
Creates a new instance of a class.
|
| Name | Description | |
|---|---|---|
| ChildNodes |
Gets or sets the collection of nodes to be displayed as children of the expanded node.
| |
| CustomArgument |
Gets or sets a custom attribute that the OnNodeExpand can use
| |
| Node |
Gets or sets the expanded node.
|