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