DoWorkEventArgs.Cancel Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets a value that indicates whether the asynchronous operation has been canceled.
Assembly: System (in System.dll)
Property Value
Type: System.Booleantrue if the operation has been canceled; otherwise, false. The default is false.
Show: