Solid Edge Framework Type Library
BeforeDocumentSave Event
The Document object for which the event is triggered.
Description
Occurs before a specified document is saved.
Syntax
Visual Basic
Public Event BeforeDocumentSave( _
   ByVal theDocument As Object _
)
Parameters
theDocument
The Document object for which the event is triggered.
See Also

ApplicationEvents Object  | ApplicationEvents Members