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

FetchDataEventArgs(IReadOnlyList<Object>, SchedulerItemBaseMappings) Constructor

Initializes a new instance of the FetchDataEventArgs class with specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public FetchDataEventArgs(
    IReadOnlyList<object> ids,
    SchedulerItemBaseMappings mapping
)

Parameters

Name Type
ids IReadOnlyList<Object>
mapping SchedulerItemBaseMappings
See Also