XpsSerializationPrintTicketRequiredEventHandler Delegate
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Represents the method that handles the XpsSerializationPrintTicketRequired event of an XpsSerializationManager.
Assembly: ReachFramework (in ReachFramework.dll)
public delegate void XpsSerializationPrintTicketRequiredEventHandler( object sender, XpsSerializationPrintTicketRequiredEventArgs e )
Parameters
- sender
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.Windows.Xps.Serialization.XpsSerializationPrintTicketRequiredEventArgs
The event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: