Version

getNewSelectedCells Method

Returns a Read Only collection of cells that are going to be selected.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getNewSelectedCells() : GridCellReadOnlyCollection;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCellSelectionChangingEventArgs.getNewSelectedCells();
See Also