OnAddConnection - cConnection
Called right before a connection is registered
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| ByRef Connection | tConnection | Connection Data |
Syntax
Procedure OnAddConnection ByRef tConnection 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.