Pass Values between Windows Forms

The attached source code explains how to pass values between two Windows Forms using delegates, objects and event arguments. 

In the attached project, when using a Grid updated, we need to pass values between two Forms. This is accomplished using a delegate and a custom event handler.

Download attached source code to see how it is done.