Version

EnteredRowEditEventArgs class

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

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.EnteredRowEditEventArgs
            Infragistics.Web.UI.ExitedRowEditEventArgs

See Also