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);
}
See Also