Public Property IsConnected As Boolean
This property should be called when your LP connection state is changed (either connected or disconnected).
Sample
Private Sub m_oClient_ConnectionState(ByRef IsConnected As Boolean) Handles m_oClient.ConnectionState MyBase.IsConnected = IsConnectedEnd Sub
See Also