RunWorkerCompletedEventArgs Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the RunWorkerCompletedEventArgs class.
Assembly: System (in System.dll)
Parameters
- result
- Type: System.Object
The result of the asynchronous operation.
- error
- Type: System.Exception
Any error that occurred during the asynchronous operation.
- cancelled
- Type: System.Boolean
A value that indicates whether the asynchronous operation was canceled.
Show: