Syntax
Public Sub LPConnectionState(LP As VertexFXBridgeAPI.VertexFXLP, IsConnected As Boolean)
This event raise when the LP connection state is changed.
Parameters
| Key | Description |
| LP | The LP object |
| IsConnected | The state of the LP, iftrue then it is connected |
See Also