'Declaration Public Delegate Sub ServerConnectionChangedEventHandler( _ ByVal sender As Object, _ ByVal e As ServerConnectionChangedEventArgs _ )
public delegate void ServerConnectionChangedEventHandler( object sender, ServerConnectionChangedEventArgs e )
Parameters
- sender
- The source of the event, typically the component or control that monitors server connections.
- e
- A ServerConnectionChangedEventArgs object that contains the event data.