'Declaration Public Event ServerConnectionChanged As ServerConnectionChangedEventHandler
public event ServerConnectionChangedEventHandler ServerConnectionChanged
Event Data
The event handler receives an argument of type ServerConnectionChangedEventArgs containing data related to this event. The following ServerConnectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Connected | Gets the connection state. |
ServerUrl | Gets the server URL. |
See Also