MdoAddInEvents Object

See Also         Methods

To be able to respond to events related to the state of the Repository Add-in for Visual Basic (RepVB), you must supply an MdoAddInEvents event sink object that implements these methods:

Methods

Method Description
RepositoryInvalid Invoked when the Repository Add-in is switching to another repository.
Shutdown Invoked when the Repository Add-in module is stopping.

Remarks

To begin receiving events, register your MdoAddInEvents event sink object with the ConnectAddInEvents Repository Add-in method.