RadTreeView for ASP.NET

RadTreeView Send comments on this topic.
NodeDrop Event
See Also 
Telerik.WebControls Namespace > RadTreeView Class : NodeDrop Event


The event that fires upon node drag and drop.   
 

 

Namespace: Telerik.WebControls
Assembly: RadTreeView (in RadTreeView.dll)

Syntax

Visual Basic (Declaration) 
Public Event NodeDrop() As RadTreeView.RadTreeViewEventHandler
Visual Basic (Usage)Copy Code
Dim instance As RadTreeView
Dim handler As RadTreeView.RadTreeViewEventHandler
 
AddHandler instance.NodeDrop, handler
C# 
public event RadTreeView.RadTreeViewEventHandler NodeDrop()
 

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also