dataTransfer property

Retrieves the dataTransfer object associated with the event.

 

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