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
1082
How to handle AfterAppointmentsMoved and AfterAppointmentsDeleted ?
posted

Hi All,

How can I handle AfterAppointmentsMoved and AfterAppointmentsDeleted in UltraWeekView and in UltraMonthViewSingle controls? These events are missing! Is there an alternative?

Regards Lello

  • 4133
    Offline posted

    I use the ActivitiesDeleted events in the week and month view.  I use the Appointments Resized, Dragging, and DragDrop to see if an appointment has moved.

  • 69832
    Suggested Answer
    Offline posted

    With the NA 2009.1 volume release, two events, AppointmentsDragging and AppointmentsDragDrop event, were added to the DayView, WeekView, and MonthViewSingle controls. These contain the more information than DayView's existing AfterAppointmentsMoved event, so you can use those to accomplish any of the tasks for which you were previously using AfterAppointmentsMoved.

    WeekView and MonthViewSingle do not expose an AfterAppointmentsDeleted event, but UltraCalendarInfo exposes an AfterAppointmentRemoved event, which fires when an Appointment is removed from the collection.