PrintDocumentCallbackOnPrinting 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
)
Public Sub OnPrinting (
widget As PrintDocument,
e As EventArgs
)
abstract OnPrinting :
widget : PrintDocument *
e : EventArgs -> unit
override OnPrinting :
widget : PrintDocument *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.FormsPrintDocument
[Missing <param name="widget"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.PrintDocument.Callback.OnPrinting(Eto.Forms.PrintDocument,System.EventArgs)"]
Implements
PrintDocumentICallbackOnPrinting(PrintDocument, EventArgs)See Also