ASP.NET 3.5 and above only
ASP.NET TreeView -TreeNodeEventArgs
Obout.Ajax.UI.TreeView.NodeEventArgs
|
Member
|
Description
|
Node
|
Used to retrive the target node.
Type:
Node
|
Obout.Ajax.UI.TreeView.NodeDropEventArgs
|
Member
|
Description
|
SourceNode
|
Used to retrieve the source dragged node of the NodeDrop event.
Type:
Node
|
TargetNode
|
Used to retrieve the target node of the NodeDrop event.
Type:
Node
|
TargetControl
|
Used to retrieve the target control of the NodeDrop event in which the node is dropped.
Type:
Control
|
Handled
|
If it is true, We need to handle the dropping of the node. By default is false,
which automatically handles the dropping of node. We can prevent the action just
by setting this property to true.
Type: bool
|
Obout.Ajax.UI.TreeView.NodeEditingEventArgs
|
Member
|
Description
|
Node
|
Used to retrieve the target node of the NodeEdit event.
Type:
Node
|
NewValue
|
Used to retrieve the new edited text value.
Type: string
|
Handled
|
If it is true, We need to handle the editing of the node. By default is false, which
automatically handles the editing of node. We can prevent the action just by setting
this property to true.
Type: bool
|