Skip to main content

AppointmentConflictEventArgs Properties
Show Inherited Hide Inherited

Provides data for the SchedulerControl.AllowAppointmentConflicts event.
Name Description
Appointment Gets the appointment for which the event was raised. Inherited from AppointmentEventArgs.
AppointmentClone Gets the clone of the appointment being processed in the SchedulerControl.AllowAppointmentConflicts event.
Conflicts Gets the collection of appointments which are considered to be in conflict with the current appointment.
Interval Gets the time interval for which the event was raised.
See Also