Do you mean the Handles keyword in VB.NET?
If so, it doesn't exist in C#, you should ad this to the constructor:
Code:
SocketThingy.ConnectEvent += new EventHandler(Socket_ConnectEvent)
If not, please elaborate.