XpsDocumentWriter::WritingCompleted Event

 

Occurs when a write operation finishes.

Namespace:   System.Windows.Xps
Assembly:  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
Show: