Solid Edge Framework Type Library
AfterDividePartDocumentRenamed Method
Specifies the object for which the event is triggered.
Specifies the original value of the DocumentName property for the triggering object.
Description
Occurs when the interactive Rename command is run on a DividedPart or when the DividedPart.DocumentName property changes.
Syntax
Visual Basic
Public Function AfterDividePartDocumentRenamed( _
   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 value of the DocumentName property for the triggering object.
See Also

ISEDividePartEvents Object  | ISEDividePartEvents Members

Send comments on this topic.