OnAddConnection - cConnection

Called right before a connection is registered

Type: Event

Parameters: tConnection ByRef Connection

ParameterDescription
Connection (ByRef)Connection Data


Syntax
Procedure OnAddConnection tConnection ByRef Connection

Description

This event is called right before a connection is registered.

The data passed in can be changed, but should be done so with the greatest of care.

Because you can inspect the data that is about to be registered, this can be a useful debugging point.