Skip to main content
All docs
V23.2

FetchDataEventArgs Properties

Provides data for the FetchAppointments and FetchTimeRegions events.
Name Description
AsyncResult Gets or sets a task that allows you to fetch data asynchronously in the SchedulerControl.
CancellationToken Gets an object that notifies that the current data load has been cancelled during the asynchronous data fetch. The CancellationToken property is used when the RefreshData() method is invoked.
Ids Returns the identifiers of scheduler items that have been reloaded by the ReloadAppointments/ReloadTimeRegions methods.
Interval Returns the time range for which to fetch the scheduler items.
Result Specifies the list of scheduler items to load from the data source.
See Also