ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / OnClientDragEnd Property

In This Topic
    OnClientDragEnd Property
    In This Topic
    Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragEnd As String
    public string OnClientDragEnd {get; set;}
    See Also