Version

RowSelectionChangingEventArgs class

Event arguments object that is passed into the RowSelectionChanging event handler.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.RowSelectionChangingEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.RowSelectionChangingEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.CancelEventArgs
            Infragistics.Web.UI.RowSelectionChangingEventArgs

See Also