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