The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WritingCompletedEventArgs Constructor (Boolean, Object^, Exception^)
.NET Framework (current version)
Initializes a new instance of the WritingCompletedEventArgs class.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- cancelled
-
Type:
System::Boolean
true if canceled; otherwise, false if the write operation completed normally.
- state
-
Type:
System::Object^
The user-supplied state object that was passed to the WriteAsync method.
- exception
-
Type:
System::Exception^
Error that occurred during the write operation or null if there is no error.
.NET Framework
Available since 3.0
Available since 3.0
Show: