Click or drag to resize

PrintDocument.Callback.OnPrinting Method

Raises the printing event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnPrinting(
	PrintDocument widget,
	EventArgs e
)

Parameters

widget
Type: Eto.Forms.PrintDocument

[Missing <param name="widget"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"]

e
Type: System.EventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"]

Implements

PrintDocument.ICallback.OnPrinting(PrintDocument, EventArgs)
See Also