| TreeNodeEditEventArgs Class |
Provides information about edited tree node.
Inheritance Hierarchy
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public class TreeNodeEditEventArgs : EventArgs
Public Class TreeNodeEditEventArgs
Inherits EventArgs
The TreeNodeEditEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Name |
Gets the new name of the node.
|
| Node |
Gets the node that is being edited.
|
TopRemarks See Also