This method connects the specified event sink object to RepVB for receiving project-related events.
variable = object.ConnectProjectEvents( eventSinkObj )
The ConnectProjectEvents 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 project-related events. This event sink implements methods defined for the MdoProjectEvents object. |