Version

ExitedRowEditEventArgs class

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

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

See Also