Version

currentWidth Property

Returns the current width of the column being used for the resize operation.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_currentWidth() : String
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfColumnResizeDraggingEventArgs.get_currentWidth();
See Also