Version

AJAXResponseEventArgs class

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

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.AJAXResponseEventArgs

See Also