Hi,
Is there any event when i perform ctrl+drag drop on any appointment in ultradayview/ultraweekview, i need information of the appointment being copied and perform some operation on it.
Thanks,
Chitra
Hello,
When you perform dragging of an appointment AppointmentDragging even occurs for UltraDayView and UltraWeekView, so you could handle this event and check which keyModifier (if (ModifierKeys == Keys.Alt )) was hold in order to perform your custom operations. More information about this even you will find on the following link:
http://help.infragistics.com/doc/WinForms/2014.1/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v14.1~Infragistics.Win.UltraWinSchedule.ControlWithActivityBase~AppointmentsDragging_EV.html
Please let me know if you have any further questions.