ISDragEventArgs Properties
| DragObject | Description Represents ISDragableObject instance, which is the object being dragged by the user. ValueType object Default Value |
| AllowedEffects | Description The allowed effects specified in DragSettings.AllowedEffects of the WebDragDropExtender control. ValueType String Default Value |
| Data | Description The data associated with a drag control. The native-string type data can be assigned directly in the DragData property of a DragControl object. ValueType Object Default Value |
| Effect | Description The default effect associated with a drag control. The effect can be set on the Effect property of a drag control or drag settings (for global appliance). ValueType String Default Value |
| EffectText | Description The effect text (tool tip) that will be displayed when the drag control is over a valid drop target. ValueType String Default Value |
| KeyState | Description The key state in the current context of drag operation. Key state can be combination of Ctrl, Alt, and Shift. ValueType String Default Value |
| X | Description The X point of mouse cursor relative to the document. ValueType String Default Value |
| Y | Description The Y point of mouse cursor relative to the document. ValueType String Default Value |
| CursorX | Description The X point of mouse cursor relative to the target element. ValueType String Default Value |
| CursorY | Description The Y point of mouse cursor relative to the target element. ValueType String Default Value |
| IsInTargetFrame | Description Determines whether the drag operation is currently targeting an element inside IFRAME. ValueType boolean Default Value |
ISDragEventArgs Methods
| GetDataPresent | Description Determines whether the Data associated in the drag control is matching with the specified type and class name. Parameters type ( String ) The type of data associated in the drag control. className ( String ) The class name associated in the drag control. Remarks
|