AsyncCompletedEventArgs Constructor (Exception^, Boolean, Object^)
.NET Framework (current version)
Initializes a new instance of the AsyncCompletedEventArgs class.
Assembly: System (in System.dll)
Parameters
- 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.
- userState
-
Type:
System::Object^
The optional user-supplied state object passed to the RunWorkerAsync method.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: