March 2003
Intermediate to advanced
896 pages
32h 35m
English
PrintEventArgs
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(); }
System.Object
→ System.EventArgs → System.ComponentModel.CancelEventArgs → PrintEventArgs
QueryPageSettingsEventArgs
PrintController.{OnEndPrint(),
OnStartPrint()},
PrintDocument.{OnBeginPrint(),
OnEndPrint()},
PrintEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access