RepVB ConnectComponentEvents Method

See Also

This method connects the specified event sink object to RepVB for receiving component-related events.

Syntax

variable  =  object.ConnectComponentEvents( eventSinkObj )

The ConnectComponentEvents 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 component-related events. This event sink implements methods defined for the MdoComponentEvents object.