The "ImportRow" method to call, on the grid.

C# | Visual Basic | Visual C++ |
public delegate void ImportRowDelegate( DataRow row )
Public Delegate Sub ImportRowDelegate ( _ row As DataRow _ )
public delegate void ImportRowDelegate( DataRow^ row )

- row (DataRow)