Put this code in the form receiving the DataGridViewRow:

vb Code:
  1. Public Sub New(ByVal row As DataGridViewRow)
  2.  
  3.      Me.InitializeComponent()
  4.  
  5.      ' You can then use the object row as necessary
  6.  
  7. End Sub