Version

CancelGroupedRowEventArgs class

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

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelGroupedRowEventArgs

See Also