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

ApplicationEvents Object  | ApplicationEvents Members