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 System.String _
) |
C# | |
---|
public delegate void _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler(
System.string PrintJobName
) |
C++/CLI | |
---|
public delegate void _IEModelViewControlEvents_OnFailedPrintingDocumentEventHandler(
& System.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
eDrawings API 2006 SP0