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
125
AfterAppointmentsMoved
posted

I tried to use the "BindingListObject" in "AfterAppointmentsMovedEventArgs" for "AfterAppointmentsMoved" event. But how come all I got was null?

  • 69832
    Suggested Answer
    Offline posted

    A common misconception is that the Appointment instances contained within the array returned by the AfterAppointmentsMovedEventArgs.Appointments property are live instances; actually, they are not, but rather clones of the actual instances, and the BindingListObject property returns null for these instances.