ASP.NET Core 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 System.String
    'Usage
     
    
    Dim instance As TreeView
    Dim value As System.String
     
    instance.OnClientDragOver = value
     
    value = instance.OnClientDragOver
    public System.string OnClientDragOver {get; set;}
    public read-write property OnClientDragOver: System.String; 
    public function get,set OnClientDragOver : System.String
    public: __property System.string* get_OnClientDragOver();
    public: __property void set_OnClientDragOver( 
       System.string* value
    );
    public:
    property System.String^ OnClientDragOver {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    Returns true if the event is not cancelled.
    See Also