Fired if the printer name specified in the IEModelViewControl::SetPageSetupOptions was invalid or if an eDrawings-related error exists that prevents data from being sent to a printer queue.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler( _
ByVal PrintJobName As String _
) |
Visual Basic (Usage) | |
---|
Dim instance As New _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate void _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler(
string PrintJobName
) |
C++/CLI | |
---|
public delegate void _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler(
& String^ PrintJobName
) |
Parameters
- PrintJobName
- String specified for the FileNameInPrintQueue argument in IEModelViewControl::Print5, or an empty string if the ShowDialog argument of IEModelViewControl::Print5 was set to true and the user prints from the user interface
Remarks
Availability
SolidWorks eDrawings API 2006 SP0