public class ServerConnectionChangedEventArgs : System.EventArgs
'Declaration
Public Class ServerConnectionChangedEventArgs
Inherits System.EventArgs
Remarks
This class contains information related to changes in the server connection status. It is used by the ServerConnectionChanged event to convey the new connection state and the server URL to event handlers. This allows subscribers to react appropriately to changes in server connectivity, such as updating UI elements or handling disconnections.