| PrintDocumentICallbackOnPrinting Method  | 
 
            Raises the printing event, which should occur before the document is printed.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid OnPrinting(
	PrintDocument widget,
	EventArgs e
)
Sub OnPrinting ( 
	widget As PrintDocument,
	e As EventArgs
)
abstract OnPrinting : 
        widget : PrintDocument * 
        e : EventArgs -> unit 
Parameters
- widget
- Type: Eto.FormsPrintDocument
 [Missing <param name="widget"/> documentation for "M:Eto.Forms.PrintDocument.ICallback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"] 
- e
- Type: SystemEventArgs
 [Missing <param name="e"/> documentation for "M:Eto.Forms.PrintDocument.ICallback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"] 
 See Also
See Also