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
585
Series or Occurrance Dialog
posted

Hi !!!!

i need to catch the result of "Series or Occurrance Dialog" if anyone know how to do it will be great

tnx in advance

Parents
  • 69832
    Suggested Answer
    Offline posted

    There is no event that fires after the user dismisses that dialog. What would have to do is handle the BeforeDisplayAppointmentDialog event, cancel it, show the RecurrenceEditType dialog modally (this is a publicly exposed Form-derived class), and check the Result property when execution returns. Then you would have to show the AppointmentDialog accordingly.

Reply Children
No Data