Skip to main content
A newer version of this page is available. .

PrintingSystemBase.EndPrint Event

Occurs after the printing system’s document is set to the selected printer’s printing queue. Does not indicate the success of the actual printing process.

Namespace: DevExpress.XtraPrinting

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

Declaration

public event EventHandler EndPrint

Event Data

The EndPrint event's data class is EventArgs.

Remarks

Note

The EndPrint event fires only for desktop applications.

See Also