Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

dataTransfer property

Retrieves the dataTransfer object associated with the event.

HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 7.9.2Internet Explorer 9

 

Syntax

JavaScript

p = object.dataTransfer

 

Property values

Type: Object

Address of a pointer to the IHTMLDataTransfer variable that receives the object.

The dataTransfer object.

Standards information

See also

DragEvent
initDragEvent

 

 

Show:
© 2017 Microsoft