Skip to main content
A newer version of this page is available.
All docs
V20.2

FetchDataEventArgs Constructors

Provides data for the FetchAppointments and FetchTimeRegions events.
Name Parameters Description
FetchDataEventArgs(DateTimeRange, SchedulerItemBaseMappings) interval, mapping Initializes a new instance of the FetchDataEventArgs class with specified settings.
FetchDataEventArgs(IReadOnlyList<Object>, SchedulerItemBaseMappings) ids, mapping Initializes a new instance of the FetchDataEventArgs class with specified settings.
See Also