Solid Edge Framework Type Library
BeforeDocumentClose Event
Specifies object for which the event is triggered.
Description
Occurs before a specified document is closed.
Syntax
Visual Basic
Public Event BeforeDocumentClose( _
   ByVal theDocument As Object _
)
Parameters
theDocument
Specifies object for which the event is triggered.
Remarks
See the .NET Garbage Collection topic for details about clients manually invoking Garbage Collection.
See Also

ApplicationEvents Object  | ApplicationEvents Members