Version

CancelBehaviorEventArgs class

Base object for cancelable event arguments used in the grid behaviors.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelBehaviorEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelBehaviorEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
            Infragistics.Web.UI.CancelBehaviorEventArgs
               Infragistics.Web.UI.BatchUpdateUndoingEventArgs
               Infragistics.Web.UI.CancelAddRowEventArgs
               Infragistics.Web.UI.CancelCellValueChangingEventArgs
               Infragistics.Web.UI.CancelRowsDeletingEventArgs
               Infragistics.Web.UI.CancelUpdateRowEventArgs
               Infragistics.Web.UI.PagerEventArgs
               Infragistics.Web.UI.SortingEventArgs

See Also