When doing a CTRL + Drag of an appointment (which by default behaviour creates a new appointment with the same details as the dragged appointment) why does the _BeforeAppointmentRemoved event get fired?
This is causing me a great deal of grief as I am capturing "REAL" deleted appointments.
If this can't be avoided... is there some way of "filtering" out these erroneous deleted appointment events?
Thanks In AdvanceAaron
You did not mention the control with which you were experiencing this problem so I tried UltraDayView and UltraMonthViewSingle. I was not able to reproduce the behavior you describe here with either control using a simple test; you should report the issue via the web support form so that you can provide the details necessary in order to reproduce this behavior.
i can only assume this was happening due to debugging break points in my codes.
Thanks