Gets or sets the javascript function to be invoked when a valid drag source is dropped to a valid drop target.
Syntax
Parameters
- dragControl
- Gets the ISDragableObject instance, which is the object being dragged by the user.
- data
- Gets or sets the data associated with a drag control.
- effect
- Gets or sets the default effect associated with a drag control.
- effectText
- Gets or sets the effect text (tool tip) that will be displayed when the drag control is over a valid drop target.
- keyState
- Gets or sets the key state in the current context of drag operation. Key state can be combination of Ctrl, Alt, and Shift.
- allowedEffects
- Gets or sets the allowed effects specified in DragSettings.AllowedEffects of the WebDragDropExtender control.
- x
- Gets the X point of mouse cursor relative to the document.
- y
- Gets the Y point of mouse cursor relative to the document.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also