AppointmentItemsValidationEventArgs Constructors
Provides data for the SchedulerPrintAdapter.ValidateAppointments event.Name | Parameters | Description |
---|---|---|
AppointmentItemsValidationEventArgs(IList<AppointmentItem>, DateTimeRange, IList<ResourceItem>) | appointments, interval, resources | Initializes a new instance of the AppointmentItemsValidationEventArgs class with the specified settings. |
See Also