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.

XpsSerializationCompletedEventArgs Constructor (Boolean, Object^, Exception^)

 

Initializes a new instance of the XpsSerializationCompletedEventArgs class.

Namespace:   System.Windows.Xps.Serialization
Assembly:  ReachFramework (in ReachFramework.dll)

public:
XpsSerializationCompletedEventArgs(
	bool canceled,
	Object^ state,
	Exception^ exception
)

Parameters

canceled
Type: System::Boolean

true to indicate that the serialization was canceled before completion; otherwise, false.

state
Type: System::Object^

A user-supplied object that provides additional data to the event handler.

exception
Type: System::Exception^

An exception, if any, that interrupted the serialization operation.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft