I believe the following VB.Net code is the equivalent of the proceeding C# code; however the VB.Net test fails - the event handling Lambda is never called.
What is going
For those finding this question now: since Visual Basic 2010 (VB 10.0), anonymous Subs do work, so you can write something like:
Sub
Sub() eventRaised = True