Code:
  Dim Mycls as New MyClass
Mycls.MyEvent += new MyClass.MyEventHandler(Mycls_MyEvent);
Can someone convert this to VB .NET? I tried this, but it didn't work.