The version that you requested is unavailable. We've redirected you to the latest version of the help.
Version

EditRowEventArgs class

Event arguments object that is passed into the TemplateOpened and TemplateClosed event handlers.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.EditRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.EditRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.EditRowEventArgs

See Also