Click or drag to resize

DragEvent Properties

The DragEvent type exposes the following members.

Properties
  NameDescription
Public propertyDataObject
Gets the Windows-specific representation of the drop data.
Public propertyDropData
Gets the general representation of the drop data.
Public propertyLocation
Gets the location of the mouse cursor in the browser's coordinate system at the time the event occurred.
Public propertyScreenLocation
Gets the location of the mouse cursor in the screen's coordinate system at the time the event occurred.
Top
See Also