DataTransferItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DataTransferItem object represents one drag data item. During a drag operation, each drag event has a dataTransfer property which contains a list of drag data items. Each item in the list is a DataTransferItem object.
public ref class DataTransferItem
public class DataTransferItem
type DataTransferItem = class
Public Class DataTransferItem
- Inheritance
-
DataTransferItem
Constructors
DataTransferItem() |
Properties
Kind |
The kind of drag data item, string or file |
Type |
The drag data item's type, typically a MIME type |