Version

CancelRowsDeletingEventArgs class

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

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.CancelBehaviorEventArgs
               Infragistics.Web.UI.CancelRowsDeletingEventArgs

See Also