Version

NodeEditingEventArgs class

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

Object
   Sys.EventArgs
      Infragistics.Web.UI.EventArgs
         Infragistics.Web.UI.NodeEditingEventArgs

See Also