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






In This Topic
    OnClientDragEnd Property
    In This Topic
    Occurs when the user finishes a drag/drop operation, either by dropping a node into a new location or by canceling the operation with the mouse or keyboard.
    Syntax
    'Declaration
     
    
    Public Property OnClientDragEnd As System.String
    'Usage
     
    
    Dim instance As TreeView
    Dim value As System.String
     
    instance.OnClientDragEnd = value
     
    value = instance.OnClientDragEnd
    public System.string OnClientDragEnd {get; set;}
    public read-write property OnClientDragEnd: System.String; 
    public function get,set OnClientDragEnd : System.String
    public: __property System.string* get_OnClientDragEnd();
    public: __property void set_OnClientDragEnd( 
       System.string* value
    );
    public:
    property System.String^ OnClientDragEnd {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also