Passing parameters to delegates in VB.NET
This is an old post and doesn't necessarily reflect my current thinking on a topic, and some links or images may not work. The text is preserved here for posterity.In C# we have anonymous methods. You can read about them and how they are implemented in this