FallingSnowExample

I was very interested in the Falling Snow example. I don’t use C# so I was working on converting the code to VB.NET. I seem to run into and issue with the following line:

CompositionTarget.Rendering += delegate(object o, EventArgs arg)

How do you convert this to VB.net? Or is there a different way to do this in VB.NET?

Thanks,
Mike Lockwood