Solid Edge Framework Type Library
AfterDocumentPrint Event
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 Event AfterDocumentPrint( _
   ByVal theDocument As Object, _
   ByVal hDC As Long, _
   ByRef ModelToDC() As Double, _
   ByRef Rect() As Long _
)
Parameters
theDocument
Specifies the object for which the event is triggered.
hDC
Specifies the handle for the device context.
ModelToDC
Rect
See Also

ApplicationEvents Object  | ApplicationEvents Members