21 references to SelectedIndexChanged
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
237
this.pathType.
SelectedIndexChanged
+= new System.EventHandler(this.IndexChanged);
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
94
this._namedConnectionComboBox.
SelectedIndexChanged
+= new EventHandler(OnNamedConnectionComboBox_SelectedIndexChanged);
124
this._containerNameComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.OnContainerNameComboBox_SelectedIndexChanged);
System\Data\WebControls\Design\EntityDataSourceDataSelectionPanel.designer.cs (2)
68
this._entitySetComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.OnEntitySetComboBox_SelectedIndexChanged);
82
this._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)
566
comboBox.
SelectedIndexChanged
+= new EventHandler(HandleSelectedIndexChanged);
583
comboBox.
SelectedIndexChanged
-= new EventHandler(HandleSelectedIndexChanged);
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
147
this.chainingBehaviourComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.chainingBehaviourComboBox_SelectedIndexChanged);
219
this.reevaluationComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.reevaluationComboBox_SelectedIndexChanged);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (3)
681
this.paperSizeComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.paperSizeComboBox_SelectedIndexChanged);
765
this.footerTextComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.footerTextComboBox_SelectedIndexChanged);
851
this.headerTextComboBox.
SelectedIndexChanged
+= new System.EventHandler(this.headerTextComboBox_SelectedIndexChanged);