SerializerWriter.WritingPrintTicketRequired Event
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.
When overridden in a derived class, occurs just before a PrintTicket is added to a stream by a Write or WriteAsync method.
public:
abstract event System::Windows::Documents::Serialization::WritingPrintTicketRequiredEventHandler ^ WritingPrintTicketRequired;
public abstract event System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventHandler WritingPrintTicketRequired;
member this.WritingPrintTicketRequired : System.Windows.Documents.Serialization.WritingPrintTicketRequiredEventHandler
Public MustOverride Custom Event WritingPrintTicketRequired As WritingPrintTicketRequiredEventHandler
Public MustOverride Event WritingPrintTicketRequired As WritingPrintTicketRequiredEventHandler
Event Type
Remarks
The WritingPrintTicketRequired event enables the event handler to substitute a new PrintTicket for the one specified in the Write or WriteAsync method call.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.