/// <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) { }
/// <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){}
/// <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) { }
public void setActiveItem(CheckItem item, bool suppressEvent) { throw new Exception(); }
public void setActiveItem(CheckItem item) { throw new Exception(); }
public void checkHandler(CheckItem objthis, bool chckd) { throw new Exception(); }