Back to Devexpress

PrintingSystemBase.EndPrint Event

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-984e074c.md

latest1.7 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public event EventHandler EndPrint
vb
Public Event EndPrint As EventHandler

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

StartPrint

PrintProgress

Printing and Export in Reporting Tools for Web

PrintingSystemBase Class

PrintingSystemBase Members

DevExpress.XtraPrinting Namespace