could you tell me which event will be raised when a drag/drop operation finished and how to catch this event and do something ?
I tried to override OnEndDragSelect but it looks can not work.
I am trying to use Model controler to develop a diagram controler for myself (I inherited Model class). I need to drag/drop Table in this diagram.
Thanks a lot.