Version

TextEditorValueChangingEventArgs class

Class used as EventArgs while raising events before value change in WebTextEditor.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.TextEditorValueChangingEventArgs = function() {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.TextEditorValueChangingEventArgs();
Inheritance Hierarchy

Object
   Sys.EventArgs
            Infragistics.Web.UI.TextEditorValueChangingEventArgs

See Also