This document is archived and information here might be outdated. Recommended version. |
Notifies this object that a related object changed and asks if events should be sent.
[Visual Basic .NET] Public Function ConfirmSendRelatedObjectChanged ( _ ByVal RelationshipClass As IRelationshipClass, _ ByVal objectThatChanged As IObject _ ) As Boolean
[C#] public bool ConfirmSendRelatedObjectChanged ( IRelationshipClass RelationshipClass, IObject objectThatChanged );
[C++]
HRESULT ConfirmSendRelatedObjectChanged(
IRelationshipClass* RelationshipClass,
IObject* objectThatChanged
);
[C++] Parameters RelationshipClass [in]
RelationshipClass is a parameter of type IRelationshipClass* objectThatChanged [in]
objectThatChanged is a parameter of type IObject*
IConfirmSendRelatedObjectEvents Interface | IRelatedObjectEvents Interface | IClassExtension Interface