RunWorkerCompletedEventArgs Constructor (Object^, Exception^, Boolean)
.NET Framework (current version)
Initializes a new instance of the RunWorkerCompletedEventArgs class.
Assembly: System (in System.dll)
Parameters
- result
-
Type:
System::Object^
The result of an asynchronous operation.
- error
-
Type:
System::Exception^
Any error that occurred during the asynchronous operation.
- cancelled
-
Type:
System::Boolean
A value indicating whether the asynchronous operation was canceled.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: