There is no event dedicated to detecting the loss of the network connection, but you can detect the disconnection by using the following method.
You can use the StrixNetwork.instance.roomSessionClosed event in Strix Unity SDK. This event is raised when the room server connection is closed, but it can also be used to detect the case that the network has been disconnected.