OnDragDrop and OnEndDrag

TeeChart for ActiveX, COM and ASP
Post Reply
nbp
Newbie
Newbie
Posts: 83
Joined: Mon Sep 18, 2006 12:00 am

OnDragDrop and OnEndDrag

Post by nbp » Sun Apr 01, 2007 11:24 pm

What is the difference between the two TChart events
DragDrop and EndDrag?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Apr 02, 2007 7:27 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply