Back to Devexpress

FetchDataEventArgs.CancellationToken Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-fetchdataeventargs-2e11a294.md

latest1.4 KB
Original Source

FetchDataEventArgs.CancellationToken Property

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.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public CancellationToken CancellationToken { get; }
vb
Public ReadOnly Property CancellationToken As CancellationToken

Property Value

TypeDescription
CancellationToken

Notifies that the current data load has been cancelled during the asynchronous data fetch.

|

See Also

FetchDataEventArgs Class

FetchDataEventArgs Members

DevExpress.Xpf.Scheduling Namespace