IDOMDragEvent interface

Provides properties and methods for drag-and-drop events.

Members

The IDOMDragEvent interface inherits from the IDispatch interface. IDOMDragEvent also has these types of members:

  • Methods
  • Properties

Methods

The IDOMDragEvent interface has these methods.

Method Description
initDragEvent

Initializes a new drag event.

 

Properties

The IDOMDragEvent interface has these properties.

Property Description

dataTransfer

Retrieves the dataTransfer object associated with the event.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch