Click or drag to resize

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
void OnPrinting(
	PrintDocument widget,
	EventArgs e
)

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