ArcObjects Library Reference (GeoDatabase)  

IConfirmSendRelatedObjectEvents.ConfirmSendRelatedObjectChanged Method

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,
  VARIANT_BOOL* doSend
);
[C++]

Parameters

RelationshipClass [in]

  RelationshipClass is a parameter of type IRelationshipClass

objectThatChanged [in]

  objectThatChanged is a parameter of type IObject

doSend [out, retval]   doSend is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IConfirmSendRelatedObjectEvents Interface | IRelatedObjectEvents Interface | IClassExtension Interface