Version

EnteringRowEditEventArgs class

Event arguments object that is passed into the EnteringEditMode event used by RowEditing.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.EnteringRowEditEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.EnteringRowEditEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.EnteringRowEditEventArgs
               Infragistics.Web.UI.ExitingRowEditEventArgs

See Also