MdoProjectEvents ObjectAdded Method

See Also

The Repository Add-in invokes this method when an MdoProject object has been added to the repository. The method is invoked for each event sink object that has been registered for project-related Repository Add-in events.

Syntax

Sub ObjectAdded( MdoObject As Object, VBObject As Object )

The ObjectAdded method has these parts:

Part Description
MdoObject The MDO project object that has been added to the repository.
VBObject The corresponding Visual Basic project.