XpsSerializationCompletedEventArgs(Boolean, Object, Exception) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.