Version

ClientCancelUpdateRowEventArgs class

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

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

See Also