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: