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

In This Topic
    OnClientDrop Property
    In This Topic
    Occurs when the user drops a on the TreeView.
    Syntax
    'Declaration
     
    
    Public Property OnClientDrop As String
    public string OnClientDrop {get; set;}
    Remarks
    Returns true if the event is not cancelled.
    See Also