Initializes a new instance of the
ServerConnectionChangedEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean, _
ByVal As String _
)
public ServerConnectionChangedEventArgs(
bool ,
string
)
Parameters
- connected
- The connection state.
- serverUrl
- The server URL.
See Also