/// <summary> /// Fires when a year is clicked. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 yeardblclick(Month @this, JsArray value, object eOpts){}
/// <summary> /// Fires when the ok button is pressed. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 okclick(Month @this, JsArray value, object eOpts){}
/// <summary> /// Fires when a month/year is selected. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 select(Month @this, JsArray value, object eOpts){}
/// <summary> /// Fires when the cancel button is pressed. /// </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 cancelclick(Month @this, object eOpts){}
/// <summary> /// Fires when a year is clicked. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 yeardblclick(Month @this, JsArray value, object eOpts) { }
/// <summary> /// Fires when a month/year is selected. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 select(Month @this, JsArray value, object eOpts) { }
/// <summary> /// Fires when the ok button is pressed. /// </summary> /// <param name="this"> /// </param> /// <param name="value"><p>The current value</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 okclick(Month @this, JsArray value, object eOpts) { }
/// <summary> /// Fires when the cancel button is pressed. /// </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 cancelclick(Month @this, object eOpts) { }