XpsSerializationCompletedEventArgs(Boolean, Object, Exception) Constructor

Definition

Initializes a new instance of the XpsSerializationCompletedEventArgs class.

public:
 XpsSerializationCompletedEventArgs(bool canceled, System::Object ^ state, Exception ^ exception);
public XpsSerializationCompletedEventArgs (bool canceled, object state, Exception exception);
new System.Windows.Xps.Serialization.XpsSerializationCompletedEventArgs : bool * obj * Exception -> System.Windows.Xps.Serialization.XpsSerializationCompletedEventArgs
Public Sub New (canceled As Boolean, state As Object, exception As Exception)

Parameters

canceled
Boolean

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

state
Object

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

exception
Exception

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

Applies to