Intersoft.Client.Documents Namespace > PrintDocument Class : EndPrint Event |
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
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.
Property | Description |
---|---|
Error | Gets an exception that indicates what kind of error occurred during printing, if an error occurred. |
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