AppointmentConflictEventArgs Properties
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 or the SchedulerControl.AllowAppointmentConflicts events. |
Conflicts | Gets the collection of appointments which are considered to be conflicting with the current appointment. |
Interval | Gets the time interval which the event was raised for. |
See Also