Solid Edge Framework Type Library
AfterDocumentPrint Method
Specifies the object for which the event is triggered.
Specifies the handle for the device context.
Description
Occurs after a specified document is printed.
Syntax
Visual Basic
Public Function AfterDocumentPrint( _
   ByVal theDocument As Object, _
   ByVal hDC As Long, _
   ByRef ModelToDC As Double, _
   ByRef Rect As Long _
) As HResult
Parameters
theDocument
Specifies the object for which the event is triggered.
hDC
Specifies the handle for the device context.
ModelToDC
Rect
See Also

ISEApplicationEvents Object  | ISEApplicationEvents Members