Solid Edge Framework Type Library
AfterFeatureLibraryDocumentRenamed Event
Specifies the new name of the PartDocument or SheetMetalDocument for which the event is triggered.
Specifies the original name of the PartDocument or SheetMetalDocument for which the event is triggered.
Description
Occurs when a user executes the Rename command on a feature library file.
Syntax
Visual Basic
Public Event AfterFeatureLibraryDocumentRenamed( _
   ByVal NewName As String, _
   ByVal OldName As String _
)
Parameters
NewName
Specifies the new name of the PartDocument or SheetMetalDocument for which the event is triggered.
OldName
Specifies the original name of the PartDocument or SheetMetalDocument for which the event is triggered.
See Also

FeatureLibraryEvents Object  | FeatureLibraryEvents Members