JVCL Help:TJvDropTarget.OnDragLeave
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDropTarget.OnDragLeave Event
[+] TJvDropTarget Events
[+] TJvDropTarget Methods
[+] TJvDropTarget Properties
Search in JVCL Help
Search in all projectsSummary
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
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