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.

XpsDocumentWriter::WritingProgressChanged Event

 

Occurs when the XpsDocumentWriter updates its progress.

Namespace:   System.Windows.Xps
Assembly:  System.Printing (in System.Printing.dll)

public:
event WritingProgressChangedEventHandler^ WritingProgressChanged {
	virtual void add(WritingProgressChangedEventHandler^ value) override;
	virtual void remove(WritingProgressChangedEventHandler^ value) override;
}

The following example shows how to create and use a WritingProgressChanged event handler.

No code example is currently available or this language may not be supported.

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