Version

BrowserEventArgs class

Event arguments object that is passed into the browser event handler when an event occurs. 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.BrowserEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.BrowserEventArgs();
Inheritance Hierarchy

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

See Also