System.Win.ScktComp.TClientSocket Events
InheritedProtected
| OnAccept | protected | Occurs on server sockets just after the connection to a client socket is accepted. |
| OnConnect | published | Occurs on client sockets just after the connection to the server is opened. |
| OnConnecting | published | Occurs for a client socket after the server socket has been located, but before the connection is established. |
| OnDisconnect | published | Occurs just before a client socket closes the connection to a server socket. |
| OnError | published | Occurs when the socket fails in making, using, or shutting down a connection. |
| OnGetDeltaStreams | protected | |
| OnListen | protected | Occurs just before a server socket is opened for listening. |
| OnLookup | published | Occurs when a client socket is about to look up the server socket with which it wants to connect. |
| OnRead | published | Occurs when a client socket should read information from the socket connection. |
| OnWrite | published | Occurs when a client socket should write information to the socket connection. |