The RunWorkerCompletedEventArgs type exposes the following members.

Properties

  NameDescription
Cancelled
Gets a value indicating whether the BackgroundWorker was asked to cancel its work.
Error
Gets the error, if any, that was thrown from the DoWork event handler.
Result
Gets the result of a worker thread operation.

See Also