I\'m trying to convert the C# code from this webpage to VB.
Everything seems to have converted pretty much fine using an online converter tool, but then I reach the foll
This is a lambda expression. Let me see how to do this in VB...
AddHandler fadeOutAnimation.Completed, Sub(sender, e) _ (OnFadeOutAnimationCompleted(d, hostGrid, grid))