Version

CancelEditRowEventArgs class

Event arguments object that is passed into the TemplateOpening and TemplateClosing event handlers. Provides an option to cancel the events.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelEditRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelEditRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.CancelEditRowEventArgs

See Also