Glossaria.net

Glossary Visual Basic / Term

OLECompleteDarg event

Occurs when a source component is dropped onto a target component, informing the source component that a drag action was either performed or canceled.

The OLECompleteDrag event is the final event to be called in an OLE drag/drop operation. This event informs the source component of the action that was performed when the object was dropped onto the target component. The target sets this value through the effect parameter of the OLEDragDrop event. Based on this, the source can then determine the appropriate action it needs to take. For example, if the object was moved into the target (vbDropEffectMove), the source needs to delete the object from itself after the move.

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


< OLE terms Glossary / Visual Basic OLEGivefeedback event >