Version

TextChangeEventArgs class

Event arguments object that is passed into the NodeEditingTextChanging and NodeEditingTextChanged event handlers. The "old value" can be obtained from the node itself.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.TextChangeEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.TextChangeEventArgs();
Inheritance Hierarchy

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

See Also