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()}
|