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
646
AfterAppointmentAdded not firing
posted

I have a CalendarInfo object which is bound to a BindingList<T>. Adding an item to the binding list results in a new appointment being created. So far so good. Unfortunatly neither the  AfterAppointmentAdded, nor the BeforeAppointmentAdded events get triggered when an appointment is added via the BindingList. Am I missing something?

Kind regards

Steffen

  • 12480
    Verified Answer
    Offline posted

    Hi Steffen,

    The BeforeAppointmentAdded and AfterAppointmentAdded events are fired in response to user actions. The AppointmentDataInitialized event will fire when adding appointments through the BindingList<T>.

    Let me know if you have any questions.