Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SerializerWriter::WritingPrintTicketRequired Event

 

When overridden in a derived class, occurs just before a PrintTicket is added to a stream by a Write or WriteAsync method.

Namespace:   System.Windows.Documents.Serialization
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event WritingPrintTicketRequiredEventHandler^ WritingPrintTicketRequired {
	virtual void add(WritingPrintTicketRequiredEventHandler^ value) abstract;
	virtual void remove(WritingPrintTicketRequiredEventHandler^ value) abstract;
}

The WritingPrintTicketRequired event enables the event handler to substitute a new PrintTicket for the one specified in the Write or WriteAsync method call.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft