Пример #1
0
 /// <summary>
 /// Fires when the 'pressed' state of this button changes (only if enableToggle = true)
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="pressed">
 /// </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 toggle(Ext.button.Button @this, bool pressed, object eOpts)
 {
 }
Пример #2
0
 /// <summary>
 /// Fires when the mouse hovers over the button
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The event object</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 mouseover(Ext.button.Button @this, object e, object eOpts)
 {
 }
Пример #3
0
 /// <summary>
 /// If this button has a menu, this event fires when it is shown
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="menu">
 /// </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 menushow(Ext.button.Button @this, Ext.menu.Menu menu, object eOpts)
 {
 }
Пример #4
0
 /// <summary>
 /// If this button has a menu, this event fires when the mouse enters the menu triggering element
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="menu">
 /// </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 menutriggerover(Ext.button.Button @this, Ext.menu.Menu menu, object e, object eOpts)
 {
 }
Пример #5
0
 /// <summary>
 /// Fires when this button is clicked, before the configured handler is invoked. Execution of the
 /// handler may be vetoed by returning false to this event.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="e"><p>The click event</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 click(Ext.button.Button @this, object e, object eOpts)
 {
 }