This method connects the specified event sink object to events that are related to the state of the RepVB Add-in.
variable = object.ConnectAddInEvents( eventSinkObj )
The ConnectAddInEvents method has these parts:
Part | Description |
variable | A variable declared as a long integer. Receives a number that identifies the specific connection that has been made. |
object | The variable name of the RepVB object. |
eventSinkObj | The event sink object that is to receive add-in related events. This event sink implements methods defined for the MdoAddInEvents object. |