DropTargetEventArgs Class Fields
For a list of all members of this type, see DropTargetEventArgs members.
Public Fields
Name | Description | |
---|---|---|
![]() | Data | Data object used to encapsulate the object being dropped |
![]() | DragDropEffect | The target drop effect in a drag-and-drop operation. |
![]() | DragEventArgs | The windows DragEventArgs object |
![]() | IsValidDropTarget | Boolean used to indicate if drop target is valid for a particular DataObject |
![]() | Target | The DropTarget object |
See Also