WritingCompletedEventHandler Delegate
.NET Framework (current version)
Represents a method that handles the WritingCompleted event of the XpsDocumentWriter class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public delegate void WritingCompletedEventHandler( Object^ sender, WritingCompletedEventArgs^ e )
Parameters
- sender
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System.Windows.Documents.Serialization::WritingCompletedEventArgs^
The event data.
.NET Framework
Available since 3.0
Available since 3.0
Show: