The Repository Add-in invokes this method when an MDO project object has been synchronized with its corresponding Visual Basic project. The method is invoked for each event sink object that has been registered for project-related Repository Add-in events.
Sub ObjectSynchronized( MdoObject As Object, VBObject As Object )
The ObjectSynchronized method has these parts:
Part | Description |
MdoObject | The MDO project object that has been synchronized. |
VBObject | The corresponding Visual Basic project. |