The following tables list the members exposed by WebDragDropEventArgs.
| Name | Description | |
|---|---|---|
![]() | WebDragDropEventArgs Constructor | Initializes a new instance of the WebDragDropEventArgs class with no argument. |
| Name | Description | |
|---|---|---|
![]() | AllowedEffects | Specifies the allowed effects of a drag operation. |
![]() | Data | Specifies the data associated with a drag control. |
![]() | DragControl | Gets or sets the collection of drag-able controls. |
![]() | Effect | Specifies the effect which applies to the drop object during drag drop operation. |
![]() | EffectText | Gets or sets the displayed text when a valid drag object is hovered on this drop control. |
![]() | KeyState | Gets and sets the key state in the current context of drag operation. Key state can be combination of Ctrl, Alt, and Shift. |
![]() | X | Gets the X point of mouse cursor relative to the document. |
![]() | Y | Gets the Y point of mouse cursor relative to the document. |

