.NET Windows Forms in a Nutshell
This class encapsulates the data for the PrintDocument.BeginPrint and PrintDocument.EndPrint events. If you handle this event, you can cancel the print job by setting the Cancel property in this object. public class PrintEventArgs : System.ComponentModel.CancelEventArgs { // Public Constructors public PrintEventArgs (); } Hierarchy
System.Object Subclasses
QueryPageSettingsEventArgs Passed To
PrintController.{OnEndPrint() , OnStartPrint()} , PrintDocument.{OnBeginPrint() , OnEndPrint()} , PrintEventHandler.{BeginInvoke() , Invoke()} |