The event handler receives an argument of type System.EventArgs containing data related to this event.
The AppointmentsUpdated event fires when an appointment is changed. You can handle this event to save changes to the external data source. However, it does not provide information on modified appointments.The more versatile event is the ItemPropertyChanged event, which indicates property changes and updates to appointments, resources, statuses and labels.