OnClientDragging Property
In This Topic
Gets or sets the client function which occurs when the Popup is about to be dragged.
Syntax
'Declaration
Public Property OnClientDragging As System.String
'Usage
Dim instance As Popup
Dim value As System.String
instance.OnClientDragging = value
value = instance.OnClientDragging
public System.string OnClientDragging {get; set;}
public read-write property OnClientDragging: System.String;
public function get,set OnClientDragging : System.String
public: __property System.string* get_OnClientDragging();
public: __property void set_OnClientDragging(
System.string* value
);
public:
property System.String^ OnClientDragging {
System.String^ get();
void set ( System.String^ value);
}
See Also