Click or drag to resize

TreeNodeExpandedEventArgs Class

Represents an event arguments to be sent when "OnExpand" event occured.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsTreeNodeExpandedEventArgs

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class TreeNodeExpandedEventArgs : EventArgs

The TreeNodeExpandedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeExpandedEventArgs
Creates a new instance of a class.
Public methodTreeNodeExpandedEventArgs(TreeNode)
Creates a new instance of a class.
Top
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
Remarks