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^)
.NET Framework (current version)
Initializes a new instance of the XpsSerializationCompletedEventArgs class.
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
Available since 3.0
Show: