/// <summary>
 /// Keyup input field event. This event only fires if enableKeyEvents is set to true.
 /// </summary>
 /// <param name="this"><p>This text field</p>
 /// </param>
 /// <param name="e">
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void keyup(Ext.form.field.Text @this, EventObject e, object eOpts)
 {
 }
 /// <summary>
 /// Fires when the autoSize function is triggered and the field is resized according to the
 /// grow/growMin/growMax configs as a result. This event provides a hook for the
 /// developer to apply additional logic at runtime to resize the field if needed.
 /// </summary>
 /// <param name="this"><p>This text field</p>
 /// </param>
 /// <param name="width"><p>The new field width</p>
 /// </param>
 /// <param name="eOpts"><p>The options object passed to <see cref="Ext.util.Observable.addListener">Ext.util.Observable.addListener</see>.</p>
 /// </param>
 public void autosize(Ext.form.field.Text @this, JsNumber width, object eOpts)
 {
 }