WritingProgressChangedEventHandler Delegate
.NET Framework (current version)
Represents a method that will handle the WritingProgressChanged event of an XpsDocumentWriter.
Assembly: PresentationFramework (in PresentationFramework.dll)
public delegate void WritingProgressChangedEventHandler( Object^ sender, WritingProgressChangedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Windows.Documents.Serialization::WritingProgressChangedEventArgs^
The event data.
The WritingProgressChanged event occurs when the XpsDocumentWriter updates its progress during a writing operation.
.NET Framework
Available since 3.0
Available since 3.0
Show: