Version

ItemEventArgs class

Event arguments object that is passed into the browser event handler when an event occurs. Also if a grid's object such as cell, header, footer is availale, a reference to it is provided through the event arguments. This event is cancelable and if it is canceled, the event will not be processed by the grid.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.ItemEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.ItemEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.BrowserEventArgs
               Infragistics.Web.UI.ItemEventArgs

See Also