This documentation is archived and is not being maintained.
XpsDocumentWriter::WritingCompleted Event
.NET Framework (current version)
Occurs when a write operation finishes.
Namespace:
System.Windows.XpsAssembly:
System.Printing (in System.Printing.dll)
public:
event WritingCompletedEventHandler^ WritingCompleted {
virtual void add(WritingCompletedEventHandler^ value) override;
virtual void remove(WritingCompletedEventHandler^ value) override;
}
The following example shows how to use the WritingCompleted event.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 3.0
Return to top