corelibraries-devexpress-dot-xtrascheduler-58fb5788.md
Provides data for the AppointmentSynchronizer.AppointmentSynchronizing event.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class AppointmentSynchronizingEventArgs :
AppointmentCancelEventArgs
Public Class AppointmentSynchronizingEventArgs
Inherits AppointmentCancelEventArgs
AppointmentSynchronizingEventArgs is the data class for the following events:
An instance of the AppointmentSynchronizingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.
Object EventArgs AppointmentEventArgs AppointmentCancelEventArgs AppointmentSynchronizingEventArgs OutlookAppointmentSynchronizingEventArgs
See Also