Notifies this object that a related object moved.
[Visual Basic 6.0] Sub RelatedObjectMoved(
ByVal RelationshipClass As IRelationshipClass, _
ByVal objectThatChanged As IObject, _
ByVal moveVector As ILine _
)
[Visual Basic .NET] Public Sub RelatedObjectMoved ( _ ByVal RelationshipClass As IRelationshipClass, _ ByVal objectThatChanged As IObject, _ ByVal moveVector As ILine _ )
[C#] public void RelatedObjectMoved ( IRelationshipClass RelationshipClass, IObject objectThatChanged, ILine moveVector );
[Java] public void relatedObjectMoved ( IRelationshipClass RelationshipClass, IObject ObjectThatChanged, ILine moveVector ) throws IOException, AutomationException
[C++] HRESULT RelatedObjectMoved( IRelationshipClass* RelationshipClass, IObject* objectThatChanged, ILine* moveVector );
Parameters
RelationshipClass [in]
RelationshipClass is a parameter of type IRelationshipClass
objectThatChanged [in]
objectThatChanged is a parameter of type IObject
moveVector [in]
moveVector is a parameter of type ILine
The RelatedObjectMoved method is called when a related object has moved.