AppointmentItemConflictEventArgs Constructors
Provides data to the SchedulerControl.CustomAllowAppointmentConflicts event.| Name | Parameters | Description |
|---|---|---|
| AppointmentItemConflictEventArgs(AppointmentItem, AppointmentItem, IEnumerable<AppointmentItem>) | apt, clone, conflicts | Initializes a new instance of the AppointmentItemConflictEventArgs class with the specified settings. |
See Also