What is the difference between the two TChart events
DragDrop and EndDrag?
OnDragDrop and OnEndDrag
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nbp,
OnDragDrop event occurs when the user drops an object being dragged. Use the OnDragDrop event handler to specify what happens when the user drops an object. The X and Y parameters are the coordinates of the mouse positioned over the control.
OnEndDrag event occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. Use the OnEndDrag event handler to specify any special processing that occurs when dragging stops.
OnDragDrop event occurs when the user drops an object being dragged. Use the OnDragDrop event handler to specify what happens when the user drops an object. The X and Y parameters are the coordinates of the mouse positioned over the control.
OnEndDrag event occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. Use the OnEndDrag event handler to specify any special processing that occurs when dragging stops.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |