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

In This Topic
    OnClientDragOver Property
    In This Topic
    Occurs while the user drags a node over other nodes on the TreeView.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragOver As String
    public string OnClientDragOver {get; set;}
    Remarks
    Returns true if the event is not cancelled.
    See Also