Intersoft ClientUI Documentation
EndPrint Event (PrintDocument)



Occurs when the printing operation is complete or when the print operation is cancelled by the application author.
Syntax
Public Event EndPrint As EventHandler(Of EndPrintEventArgs)
Dim instance As PrintDocument
Dim handler As EventHandler(Of EndPrintEventArgs)
 
AddHandler instance.EndPrint, handler
public event EventHandler<EndPrintEventArgs> EndPrint
public:
event EventHandler<EndPrintEventArgs^>^ EndPrint
Event Data

The event handler receives an argument of type EndPrintEventArgs containing data related to this event. The following EndPrintEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets an exception that indicates what kind of error occurred during printing, if an error occurred.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PrintDocument Class
PrintDocument Members

Send Feedback