RunWorkerCompletedEventArgs Constructor
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ComponentModel
Assembly:  System (in System.dll)

public RunWorkerCompletedEventArgs(
	Object result,
	Exception error,
	bool cancelled
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft