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
190
UltraCalenderInfo
posted

Hello,

I Need the following Events from the UltraCalenderInfo

Add Appointment, Remove Appointment and Change Appointment.

I founded following Event:

BeforeAppointmentAdded and BeforeAppointmentRemoved. This Events have a CancelableAppointmentEventArgs object. It is easy to get a Appointment object.

But my Problem is to find the Apointment, when somebody chande the Appointment.

How can I find out which Appoint would be chanded ?

Thanks Andreas from Germany

 

  • 21795
    Verified Answer
    Offline posted

    Hello Andreas,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on it.

    Thank you for using Infragistics Components.

  • 21795
    Offline posted

    Hello Andreas,

    Thank you for contacting Infragistics Support.

    To find when end user is changing an appointment in UltraCalendarInfo you may work with CalendarInfoChanged event. This event is fired after any property of UltraCalendarinfo object has changed. To check if the appointment has been changed you may check PropId collection of PropChangeInfo object of CalendarInfoChangedEventArgs. If PropId is Appointments you have one or several appointments changed.

    Please note if you work with WinDayView, WinMonthViewMulti, WinMonthViewSingle or WinWeekView you can use BeforeAppointmentEdit and AfterAppointmentEdit events.

    Please check attached sample solution implementing this approaches.

    Please let me know if this is what you are looking for or if I am missing something.

    CAS-146017-P5F6T4.zip