/// <summary> /// Fires after the window has been resized. /// </summary> /// <param name="this"> /// </param> /// <param name="width"><p>The window's new width</p> /// </param> /// <param name="height"><p>The window's new height</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 resize(Window @this, JsNumber width, JsNumber height, object eOpts){}
/// <summary> /// Fires after the window has been restored to its original size after being maximized. /// </summary> /// <param name="this"> /// </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 restore(Window @this, object eOpts){}
/// <summary> /// Fires after the window has been minimized. /// </summary> /// <param name="this"> /// </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 minimize(Window @this, object eOpts){}