Version

GroupedColumnsEventArgs class

Event arguments object that is passed into an event handler that is related to a GroupedColumns.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.GroupedColumnsEventArgs = function( 
   band : IBand,
   action : GroupByChangeAction
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.GroupedColumnsEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
         Infragistics.Web.UI.GroupedColumnsEventArgs

See Also