AppointmentItemConflictEventArgs Properties
Provides data to the SchedulerControl.CustomAllowAppointmentConflicts event.Name | Description |
---|---|
Appointment | Gets the appointment for which the element is raised. Inherited from AppointmentItemEventArgs. |
AppointmentClone | Gets the clone of the appointment being processed. |
Conflicts | Gets the collection of appointments which are considered to be conflicting with the current appointment. |
Interval | Retrieves the time interval for which the event was raised. |
See Also