PrintDocument Events

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PrintDocument type exposes the following members.

Events

  Name Description
Public event BeginPrint Occurs after the Print method is called and the print dialog box successfully returns, but before the PrintPage event is raised.
Public event EndPrint Occurs when the printing operation is passed to the print spooler or when the print operation is cancelled by the application author.
Public event PrintPage Occurs when each page is printing.

Top