Version

row Property

Returns the row that has been added, if the row is currently present on the client. Otherwise null is returned
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_row() : GridRow
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfRowAddedEventArgs.get_row();
See Also