Skip to main content

PrintingSystemBase.EndPrint Event

Occurs after the document is ready to print. Does not indicate that the actual printing process completed successfully.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public event EventHandler EndPrint

Event Data

The EndPrint event's data class is EventArgs.

Remarks

Take into account the difference between Windows and non-Windows environments:

  • For Windows, the event occurs after the printing system’s document is sent to the selected printer’s printing queue.
  • For non-Windows environments, the event occurs when the last page is printed. If the printer is not available and the print job cannot be finished, the event is not raised.
See Also