Пример #1
0
 /// <summary>
 /// Sets the button's active menu item.
 /// @param {Ext.menu.CheckItem} item The item to activate
 /// @param {Boolean} suppressEvent True to prevent the button's change event from firing (defaults to false)
 /// </summary>
 public void setActiveItem(CheckItem item, bool suppressEvent) { }
Пример #2
0
 /// <summary>
 /// Fires after a change event.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="checked">
 /// </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 checkchange(CheckItem @this, bool @checked, object eOpts){}
Пример #3
0
 /// <summary>
 /// Fires after a change event.
 /// </summary>
 /// <param name="this">
 /// </param>
 /// <param name="checked">
 /// </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 checkchange(CheckItem @this, bool @checked, object eOpts)
 {
 }
Пример #4
0
 public void setActiveItem(CheckItem item, bool suppressEvent) { throw new Exception(); }
Пример #5
0
 public void setActiveItem(CheckItem item) { throw new Exception(); }
Пример #6
0
 public void checkHandler(CheckItem objthis, bool chckd) { throw new Exception(); }