Version

GridAJAXResponseEventArgs class

Event arguments object that is passed into the AJAXResponse event handler.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GridAJAXResponseEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GridAJAXResponseEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
         Infragistics.Web.UI.GridAJAXResponseEventArgs

See Also