Version

getCurrentSelectedColumns Method

Returns a Read Only collection of the currently selected columns.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCurrentSelectedColumns() : GridColumnReadOnlyCollection;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnSelectionChangingEventArgs.getCurrentSelectedColumns();
See Also