4 references to CheckedChanged
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
87
this._namedConnectionRadioButton.
CheckedChanged
+= new System.EventHandler(this.OnNamedConnectionRadioButton_CheckedChanged);
103
this._connectionStringRadioButton.
CheckedChanged
+= new System.EventHandler(this.OnConnectionStringRadioButton_CheckedChanged);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
632
this.landscapeRadioButton.
CheckedChanged
+= new System.EventHandler(this.landscapeRadioButton_CheckedChanged);
644
this.portraitRadioButton.
CheckedChanged
+= new System.EventHandler(this.portraitRadioButton_CheckedChanged);