This method disconnects the specified event sink object from RepVB. The event sink object will not be sent any more events related to the state of the RepVB Add-in.
Call object.DisconnectAddInEvents( connection )
The DisconnectAddInEvents method has these parts:
Part | Description |
object | The variable name of the RepVB object. |
connection | The connection number for the event sink object that is to be disconnected from RepVB Add-in related events. |