This class represents the drag event argument used in many drag-drop events such as in OnDragEnter, OnDragOver and OnDragDrop.
Properties:
- To see the properties available in ISDragEventArgs, please refer to Concepts: Drag Event Arguments.
Methods:
- GetDataPresent(type, className)
Determines whether the Data associated in the drag control is matching with the specified type and class name.
For sample, see Walkthrough: Using GetDataPresent method to query object type in OnDragOver event.