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: