Glossaria.net

Glossary Visual Basic / Term

dragdrop event

Occurs when a drag-and-drop operation is completed as a result of dragging a control over an object and releasing the mouse button or using the Drag method with its action argument set to 2 (Drop).

Use a DragDrop event procedure to control what happens after a drag operation is completed. For example, you can move the source control to a new location or copy a file from one location to another.

Permanent link dragdrop event - Creation date 2020-06-07


< drag-and-drop operation Glossary / Visual Basic dragover event >