Click or drag to resize
CanvasPrintDeferral Class
Allows an event handler to defer completion.
Inheritance Hierarchy
SystemObject
  Microsoft.Graphics.Canvas.PrintingCanvasPrintDeferral

Namespace:  Microsoft.Graphics.Canvas.Printing
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public sealed class CanvasPrintDeferral

The CanvasPrintDeferral type exposes the following members.

Methods
  NameDescription
Public methodComplete
Notifies that the application has finished handling the event.
Top
See Also