13 references to CheckedChanged
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (3)
124this._enableInsertCheckBox.CheckedChanged += new EventHandler(OnEnableInsertCheckBox_CheckedChanged); 133this._enableUpdateCheckBox.CheckedChanged += new EventHandler(OnEnableUpdateCheckBox_CheckedChanged); 142this._enableDeleteCheckBox.CheckedChanged += new EventHandler(OnEnableDeleteCheckBox_CheckedChanged);
System\Data\WebControls\Design\EntityDataSourceStatementEditorForm.cs (1)
201this._autoGenerateCheckBox.CheckedChanged += new EventHandler(OnAutoGenerateCheckBoxCheckedChanged);
System.Web.Mobile (4)
UI\MobileControls\Design\ListItemsPage.cs (2)
101_itemsAsLinksCheckBox.CheckedChanged += new EventHandler(this.OnSetPageDirty); 143_ckbSelected.CheckedChanged += new EventHandler(this.OnPropertyChanged);
UI\MobileControls\Design\ObjectListFieldsPage.cs (2)
87_ckbAutoGenerateFields.CheckedChanged += new EventHandler(this.OnSetPageDirty); 141_ckbVisible.CheckedChanged += new EventHandler(this.OnPropertyChanged);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CheckBox.cs (1)
522/// <para>Raises the <see cref='System.Windows.Forms.CheckBox.CheckedChanged'/>
winforms\Managed\System\WinForms\RadioButton.cs (1)
437/// Raises the <see cref='System.Windows.Forms.CheckBox.CheckedChanged'/>
System.Workflow.Activities (1)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (1)
272this.activeCheckBox.CheckedChanged += new System.EventHandler(this.activeCheckBox_CheckedChanged);
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
108this.oneWayCheckBox.CheckedChanged += new EventHandler(oneWayCheckBoxCheckedChanged);
WsatUI (1)
MMCUI\WSATControl.designer.cs (1)
213this.checkBoxEnableNetworkSupport.CheckedChanged += new System.EventHandler(this.checkBoxEnableNetworkSupport_CheckedChanged);