AppointmentItemsValidationEventArgs(IList<AppointmentItem>, DateTimeRange, IList<ResourceItem>) Constructor
In This Article
Initializes a new instance of the AppointmentItemsValidationEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public AppointmentItemsValidationEventArgs(
IList<AppointmentItem> appointments,
DateTimeRange interval,
IList<ResourceItem> resources
)
#Parameters
Name | Type | Description |
---|---|---|
appointments | IList<Appointment |
A Appointment |
interval | Date |
A Date |
resources | IList<Resource |
A Resource |
See Also