PrintEventArgs

PrintEventArgs

System.Drawing.Printing (system.drawing.dll) class

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 System.EventArgs System.ComponentModel.CancelEventArgs PrintEventArgs

Subclasses

QueryPageSettingsEventArgs

Passed To

PrintController.{OnEndPrint() , OnStartPrint()} , PrintDocument.{OnBeginPrint() , OnEndPrint()} , PrintEventHandler.{BeginInvoke() , Invoke()}



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net