This topic has not yet been rated - Rate this topic

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

HRESULT value = object.get_dataTransfer(IHTMLDataTransfer** p);

Property values

Type: Object

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

The dataTransfer object.

Standards information

See also

IDOMDragEvent::initDragEvent

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.