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.

XpsSerializationManager::XpsSerializationProgressChanged Event

 

Occurs when a page or document finishes serialization.

Namespace:   System.Windows.Xps.Serialization
Assembly:  ReachFramework (in ReachFramework.dll)

public:
event XpsSerializationProgressChangedEventHandler^ XpsSerializationProgressChanged {
	void add(XpsSerializationProgressChangedEventHandler^ value);
	void remove(XpsSerializationProgressChangedEventHandler^ value);
}

For more information about event handlers, see NIB: Consuming Events.

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