DropTarget Class Events
For a list of all members of this type, see DropTarget members.
Public Events
Name | Description | |
---|---|---|
DragDrop | Occurs when an object is dropped onto the DropTargets. | |
DragEnter | Occurs when an object is dragged into the DropTargets bounds. | |
DragOver | Occurs when an object is dragged over the DropTargets. |
See Also