Solid Edge Framework Type Library
AfterNewDocumentOpen Event
Specifies the document object for which the event is triggered.
Description
Occurs after a new document is opened.
Syntax
Visual Basic
Public Event AfterNewDocumentOpen( _
   ByVal theDocument As Object _
)
Parameters
theDocument
Specifies the document object for which the event is triggered.
See Also

ApplicationEvents Object  | ApplicationEvents Members