[]
Represents the method that will handle the ServerConnectionChanged event.
public delegate void ServerConnectionChangedEventHandler(object sender, ServerConnectionChangedEventArgs e)
Type | Name | Description |
---|---|---|
object | sender | The source of the event, typically the component or control that monitors server connections. |
ServerConnectionChangedEventArgs | e | A ServerConnectionChangedEventArgs object that contains the event data. |
This delegate is used for handling ServerConnectionChanged events, which are triggered when there is a change in the connection status to a server. The event provides detailed information about the connection status, including whether the connection is currently established and the URL of the server. This can be useful for updating UI elements or triggering other actions based on the connection status.
Name | Description |
---|---|
ServerConnectionChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, ServerConnectionChangedEventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, ServerConnectionChangedEventArgs) |