Version

CancelGroupedColumnsEventArgs class

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

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelGroupedColumnsEventArgs

See Also