XpsSerializationCompletedEventHandler Delegate
.NET Framework (current version)
Represents the method that handles the XpsSerializationCompleted event of an XpsSerializationManagerAsync.
Assembly: ReachFramework (in ReachFramework.dll)
public delegate void XpsSerializationCompletedEventHandler( Object^ sender, XpsSerializationCompletedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Windows.Xps.Serialization::XpsSerializationCompletedEventArgs^
The event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: