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

In This Topic
    OnClientDragStart Property
    In This Topic
    Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragStart As String
    public string OnClientDragStart {get; set;}
    See Also