Solid Edge Framework Type Library
AfterMemberDocumentRenamed Method
Specifies the object for which the event is triggered.
Specifies the original name of the document for which the event is triggered.
Description
This event occurs when a user executes the Rename command on a family of parts file.
Syntax
Visual Basic
Public Function AfterMemberDocumentRenamed( _
   ByVal theMember As Object, _
   ByVal OldName As String _
) As HResult
Parameters
theMember
Specifies the object for which the event is triggered.
OldName
Specifies the original name of the document for which the event is triggered.
See Also

ISEFamilyOfPartsExEvents Object  | ISEFamilyOfPartsExEvents Members

Send comments on this topic.