OnClientDragStart Property
In This Topic
Occurs when the user starts dragging a node. This event only occurs if the AllowDrag property is set to true.
Syntax
'Declaration
Public Property OnClientDragStart As System.String
'Usage
Dim instance As TreeView
Dim value As System.String
instance.OnClientDragStart = value
value = instance.OnClientDragStart
public System.string OnClientDragStart {get; set;}
public read-write property OnClientDragStart: System.String;
public function get,set OnClientDragStart : System.String
public: __property System.string* get_OnClientDragStart();
public: __property void set_OnClientDragStart(
System.string* value
);
public:
property System.String^ OnClientDragStart {
System.String^ get();
void set ( System.String^ value);
}
See Also