WebDragDropExtenderClientSideEvents Properties
| OnDragDrop | Description Gets or sets the javascript function to invoke when a valid drag source is dropped to a valid drop target. Parameters controlId The Id of WebDragDropExtender control. dragEventArgs dropObject |
| OnDragEnd | Description Gets or sets the javascript function to invoke when the drag operation has ended. Parameters controlId The Id of WebDragDropExtender control. dragObject
|
| OnDragEnter | Description Gets or sets the javascript function to invoke when a valid drag source is entering a valid drop target for the first time. Parameters controlId The Id of WebDragDropExtender control. dragEventArgs dropObject |
| OnDragLeave | Description Gets or sets the javascript function to invoke when a valid drag source is leaving a drop target without releasing the mouse button. Parameters controlId The Id of WebDragDropExtender control. dropObject |
| OnDragOver | Description Gets or sets the javascript function to invoke when a valid drag source is over a valid drop target. Parameters controlId The Id of WebDragDropExtender control. dragEventArgs dropObject |
| OnDragStart | Description Gets or sets the javascript function to invoke when the drag operation has started. Parameters controlId The Id of WebDragDropExtender control. dragObject |
| OnInitilize | Description Gets or sets the javascript function to invoke when the control is being initialized. Parameters controlId The Id of WebDragDropExtender control. ValueType String Default Value |
| OnShadowCreate | Description Gets or sets the javascript function to invoke when the control needs to create shadow visual effect for dragging operation. Parameters controlId The Id of WebDragDropExtender control. dragObject |