Version

cancel Property

This method is here to keep the event argument signature for the grid's AJAXResponse event consistent. This method does not do anything and should not be used.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_cancel() : {Any}
function set_cancel(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridAJAXResponseEventArgs.get_cancel();
See Also