Click or drag to resize

TreeNodeExpandedEventArgs Properties

The TreeNodeExpandedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChildNodes
Gets or sets the collection of nodes to be displayed as children of the expanded node.
Public propertyCustomArgument
Gets or sets a custom attribute that the OnNodeExpand can use
Public propertyNode
Gets or sets the expanded node.
Top
See Also