Version

CancelAddRowEventArgs class

Event arguments object passed into the row adding event handler. Provides an option to cancel the event.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelAddRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelAddRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.CancelBehaviorEventArgs
               Infragistics.Web.UI.CancelAddRowEventArgs

See Also