Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Initializes a new instance of the WritingCompletedEventArgs class.

Namespace:   System.Windows.Documents.Serialization
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
WritingCompletedEventArgs(
	bool cancelled,
	Object^ state,
	Exception^ exception
)

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
Return to top
Show:
© 2017 Microsoft