Version

TextEditorKeyPressEventArgs class

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

Object
   Sys.EventArgs
            Infragistics.Web.UI.TextEditorKeyEventArgs
               Infragistics.Web.UI.TextEditorKeyPressEventArgs

See Also