Appointment Save Event

  • Thread starter Thread starter Fuubah
  • Start date Start date
F

Fuubah

Hey,

can someone tell me the Event, when the user closes a Appointmentitem ("save
& close").

i do not find anything that works.

Thank you.
 
You get both Write() and Close() for the item in that case and
Inspector.Close() for the Inspector.
 
hey,

thats a function, i really mean an event , which i can handle with some
eventhandler.

Thanks
 
As I said, you get both Write() and Close() for the item in that case and
Inspector.Close() for the Inspector.

Those are all events.
 
Back
Top