Version

CancelContainerGridRowEventArgs 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.CancelContainerGridRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelContainerGridRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelContainerGridRowEventArgs

See Also