Version

GroupedRowEventArgs class

Event arguments object that is passed into an event handler that is related to a row.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GroupedRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GroupedRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
         Infragistics.Web.UI.GroupedRowEventArgs

See Also