Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
815
CopiedAppointments Problem, please help (TimeLineView)
posted

Hello,

 

Ok, so I need to use the dragDrop Event, because I need to do some checking when the user moves an appointment.

The thing is I also need to allow the user to copy his appointments. My problem is that in the dragDrop event, e.CopiedAppointments is allways null. I tried everything. The only way to get the new appointments is if I go through the UIElements of the New Owner, see if a new AppointmentUIElement was added and so on. But this is not an elegant and efficient solution, giving the fact that the control should keep copied appointments in e.CopiedAppointments. 

Any thoughts, am I missing something?