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