Intersoft WebDesktop Documentation
WebDragDropExtenderClientSideEvents
Send Feedback
Intersoft WebDesktop > Client-side References > WebDragDropExtenderClientSideEvents

Glossary Item Box

 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
The event arguments of the drag object.

dropObject
The object that is being dropped.

ValueType
String

Default Value


OnDragEnd Description
Gets or sets the javascript function to invoke when the drag operation has ended.

Parameters
controlId
The Id of WebDragDropExtender control. 

dragObject
The object that is being dragged.


ValueType
String

Default Value


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
The event arguments of the drag object.

dropObject
The object that is being dropped.

ValueType
String

Default Value

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
The object that is being dropped.

ValueType
String

Default Value

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
The event arguments of the drag object.

dropObject
The object that is being dropped.

ValueType
String

Default Value

OnDragStart Description
Gets or sets the javascript function to invoke when the drag operation has started.

Parameters
controlId
The Id of WebDragDropExtender control. 

dragObject
The object that is being dragged.

ValueType
String

Default Value

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
The object that is being dragged.

ValueType
String

Default Value

© 2012 Intersoft Solutions Corp. All Rights Reserved.