Version

row Property

Returns reference to the add new row behavior's row. The property can be null if the behavior is not present.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_row() : AddNewGridRow
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCancelAddRowEventArgs.get_row();
See Also