AppointmentConflictEventArgs Properties
Provides data for the SchedulerControl.AllowAppointmentConflicts event.
Name | Description |
---|---|
Appointment |
Gets the appointment for which the event was raised.
Inherited from Appointment |
Appointment |
Gets the clone of the appointment being processed in the Scheduler |
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