WritingCancelledEventHandler Delegate

 

Represents a method that will handle the XpsDocumentWriter::WritingCancelled event.

Namespace:   System.Windows.Documents.Serialization
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
Return to top
Show: