Skip to main content
A newer version of this page is available. .

AppointmentSynchronizer.AppointmentSynchronized Event

Fires after the synchronization of appointments is complete.

Namespace: DevExpress.XtraScheduler.Exchange

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public event AppointmentSynchronizedEventHandler AppointmentSynchronized

Event Data

The AppointmentSynchronized event's data class is AppointmentSynchronizedEventArgs. The following properties provide information specific to this event:

Property Description
Appointment Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs.

Remarks

Handle this event to specify actions that should be performed after synchronizing the appointments.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AppointmentSynchronized event.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also