Version

row Property

Reference to the row object associated with the event.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_row() : ContainerGridRow
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCancelContainerGridRowEventArgs.get_row();
See Also