Solid Edge Framework Type Library
BeforeDocumentClose Method
Specifies object for which the event is triggered.
Description
Occurs before a specified document is closed.
Syntax
Visual Basic
Public Sub 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

DISEApplicationEvents Object  | DISEApplicationEvents Members

Send comments on this topic.