Version

CancelEventArgs class

Base class for object used as parameter while raising cancelable client events related to browser action.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.CancelEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.CancelEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.ActiveCellChangingEventArgs
            Infragistics.Web.UI.AJAXResponseErrorEventArgs
            Infragistics.Web.UI.BrowserEventArgs
            Infragistics.Web.UI.CancelBehaviorEventArgs
            Infragistics.Web.UI.CancelEditModeEventArgs
            Infragistics.Web.UI.CancelEditRowEventArgs
            Infragistics.Web.UI.CancelHeaderCheckBoxEventArgs
            Infragistics.Web.UI.CancelNodeEditingEventArgs
            Infragistics.Web.UI.CancelRowEventArgs
            Infragistics.Web.UI.CellSelectionChangingEventArgs
            Infragistics.Web.UI.ClipboardEventArgs
            Infragistics.Web.UI.ColumnSelectionChangingEventArgs
            Infragistics.Web.UI.DataBindingEventArgs
            Infragistics.Web.UI.DataMenuItemCancelEventArgs
            Infragistics.Web.UI.DataTreeActivationEventArgs
            Infragistics.Web.UI.DataTreeDragDropEventArgs
            Infragistics.Web.UI.DataTreeNodeEventArgs
            Infragistics.Web.UI.DataTreeNodeRangeEventArgs
            Infragistics.Web.UI.DataTreeSelectionEventArgs
            Infragistics.Web.UI.DeleteRowButtonEventArgs
            Infragistics.Web.UI.EnteringRowEditEventArgs
            Infragistics.Web.UI.MoveEventArgs
            Infragistics.Web.UI.RenderingEventArgs
            Infragistics.Web.UI.RowSelectionChangingEventArgs
            Infragistics.Web.UI.RowSelectorClickingEventArgs
            Infragistics.Web.UI.TextChangeEventArgs

See Also