SocketWrench Control Events  
 
Event Description
OnAccept This event occurs when a remote host connects to a listening socket
OnCancel This event occurs when a blocking operation is canceled
OnConnect This event occurs when a connection is established
OnDisconnect This event occurs when a connection is terminated
OnError This event occurs when a control error occurs
OnProgress This event occurs as a data stream is being read or written
OnRead This event occurs when data is available to be read
OnTimeout This event occurs when a blocking operation times out
OnTimer This event occurs when the control's preset timer interval expires
OnWrite This event occurs when data can be written to the server