Click or drag to resize

TreeNodeEditEventArgs Class

Provides information about edited tree node.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.ControlsTreeNodeEditEventArgs

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

The TreeNodeEditEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodTreeNodeEditEventArgs
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyName
Gets the new name of the node.
Public propertyNode
Gets the node that is being edited.
Top
Remarks