Back to Devexpress

FetchDataEventArgs Class

wpf-devexpress-dot-xpf-dot-scheduling-0e1b4b96.md

latest1.5 KB
Original Source

FetchDataEventArgs Class

Provides data for the FetchAppointments and FetchTimeRegions events.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public class FetchDataEventArgs :
    EventArgs
vb
Public Class FetchDataEventArgs
    Inherits EventArgs

FetchDataEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs FetchDataEventArgs

See Also

FetchDataEventArgs Members

DevExpress.Xpf.Scheduling Namespace