JVCL Help:TJvDropTarget.OnDragLeave

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Called when the mouse cursor leaves the control while a drag is in progress.


Pascal

 TJvDragLeaveEvent = procedure (Sender: TJvDropTarget) ofobject;
propertyOnDragLeave: TJvDragLeaveEvent;


Parameters

Parameters Description
Sender The TJvDropTarget that called the event.


Description

Write a handler for the OnDragLeave event to take specific action when the mouse cursor leaves the control in a drag and drop action.


See Also

TJvDropTarget.OnDragEnter


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page