The Repository Add-in invokes this method when an MdoControl object has been removed from the repository. The method is invoked for each event sink object that has been registered for control-related Repository Add-in events.
Sub ObjectRemoved( MdoObject As Object, VBObject As Object )
The ObjectRemoved method has these parts:
Part | Description |
MdoObject | The MDO control object that has been removed from the repository. |
VBObject | The corresponding Visual Basic control. |