The "ImportRow" method to call, on the grid.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public delegate void ImportRowDelegate( DataRow row )
Public Delegate Sub ImportRowDelegate ( _ row As DataRow _ )
public delegate void ImportRowDelegate( DataRow^ row )
Parameters
- row (DataRow)