Version

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

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelRowEventArgs

See Also