Click or drag to resize

PrintDocumentICallbackOnPrinted Method

Raises the printed event, which should occur after the document is fully printed.

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

Parameters

widget
Type: Eto.FormsPrintDocument

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

e
Type: SystemEventArgs

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

See Also