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