21 references to SelectedIndexChanged
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
237this.pathType.SelectedIndexChanged += new System.EventHandler(this.IndexChanged);
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
94this._namedConnectionComboBox.SelectedIndexChanged += new EventHandler(OnNamedConnectionComboBox_SelectedIndexChanged); 124this._containerNameComboBox.SelectedIndexChanged += new System.EventHandler(this.OnContainerNameComboBox_SelectedIndexChanged);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
68this._entitySetComboBox.SelectedIndexChanged += new System.EventHandler(this.OnEntitySetComboBox_SelectedIndexChanged); 82this._entityTypeFilterComboBox.SelectedIndexChanged += new EventHandler(OnEntityTypeFilterComboBox_SelectedIndexChanged);
System.Web.Mobile (9)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
100_cbAvailableFilters.SelectedIndexChanged += new EventHandler(
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
190_cbCompare.SelectedIndexChanged += new EventHandler(OnTextChanged);
UI\MobileControls\Design\ListGeneralPage.cs (2)
128_decorationCombo.SelectedIndexChanged += new EventHandler(this.OnSetPageDirty); 170_selectTypeCombo.SelectedIndexChanged += new EventHandler(this.OnSetPageDirty);
UI\MobileControls\Design\ObjectListCommandsPage.cs (1)
113_cmbDefaultCommand.SelectedIndexChanged += new EventHandler(this.OnSetPageDirty);
UI\MobileControls\Design\ObjectListFieldsPage.cs (1)
110_cmbDataField.SelectedIndexChanged += new EventHandler(this.OnPropertyChanged);
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
107_cbChoices.SelectedIndexChanged += new EventHandler(
UI\MobileControls\Design\StyleSheetDesigner.cs (1)
831_mergedUI.CbStyles.SelectedIndexChanged += new EventHandler(this.OnSelectedIndexChangedStylesComboBox);
UI\MobileControls\Design\TemplatingOptionsDialog.cs (1)
132_cmbChoices.SelectedIndexChanged += new EventHandler(this.OnSelectedIndexChangedChoicesComboBox);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (2)
566comboBox.SelectedIndexChanged += new EventHandler(HandleSelectedIndexChanged); 583comboBox.SelectedIndexChanged -= new EventHandler(HandleSelectedIndexChanged);
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
147this.chainingBehaviourComboBox.SelectedIndexChanged += new System.EventHandler(this.chainingBehaviourComboBox_SelectedIndexChanged); 219this.reevaluationComboBox.SelectedIndexChanged += new System.EventHandler(this.reevaluationComboBox_SelectedIndexChanged);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
681this.paperSizeComboBox.SelectedIndexChanged += new System.EventHandler(this.paperSizeComboBox_SelectedIndexChanged); 765this.footerTextComboBox.SelectedIndexChanged += new System.EventHandler(this.footerTextComboBox_SelectedIndexChanged); 851this.headerTextComboBox.SelectedIndexChanged += new System.EventHandler(this.headerTextComboBox_SelectedIndexChanged);