Version

CancelUpdateRowEventArgs class

Event arguments object passed into the row updating event handler. Provides an option to cancel the event.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelUpdateRowEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelUpdateRowEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelBehaviorEventArgs
               Infragistics.Web.UI.CancelUpdateRowEventArgs
                  Infragistics.Web.UI.ClientCancelUpdateRowEventArgs

See Also