_IEModelViewControlEvents_OnFinishedPrintingDocumentEventHandler Delegate (eDrawings.Interop.EModelViewControl)
Fired when an eDrawings document finishes printing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Sub _IEModelViewControlEvents_OnFinishedPrintingDocumentEventHandler( _
ByVal PrintJobName As System.String _
) |
C# | |
---|
public delegate void _IEModelViewControlEvents_OnFinishedPrintingDocumentEventHandler(
System.string PrintJobName
) |
C++/CLI | |
---|
public delegate void _IEModelViewControlEvents_OnFinishedPrintingDocumentEventHandler(
& 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