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

FetchDataEventArgs Class

Provides data for the FetchAppointments and FetchTimeRegions events.

Namespace: DevExpress.Xpf.Scheduling

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

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

Declaration

public class FetchDataEventArgs :
    EventArgs

Remarks

Instances of the FetchDataEventArgs class are automatically created, initialized, and passed to the corresponding event handlers.

Inheritance

Object
EventArgs
FetchDataEventArgs
See Also