21 references to ValueChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
14
[DefaultEvent(nameof(
ValueChanged
))]
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
903
_pageCounter.
ValueChanged
+= UpDownMove;
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\FormatControl.cs (2)
227
decimalPlacesUpDown.
ValueChanged
-= decimalPlacesUpDown_ValueChanged;
238
decimalPlacesUpDown.
ValueChanged
+= decimalPlacesUpDown_ValueChanged;
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
146
decimalPlacesUpDown.
ValueChanged
+= this.decimalPlacesUpDown_ValueChanged;
System\Windows\Forms\Design\StyleEditorForm.cs (2)
130
_absoluteNumericUpDown.
ValueChanged
+= OnValueChanged;
133
_percentNumericUpDown.
ValueChanged
+= OnValueChanged;
System.Windows.Forms.Tests (2)
NumericUpDownTests.cs (2)
626
subUpDown.
ValueChanged
+= handler;
631
subUpDown.
ValueChanged
-= handler;
WinFormsControlsTest (12)
ComboBoxesWithScrollBars.cs (6)
49
changeDDH_UpDown1.
ValueChanged
+= (s, e) =>
54
changeCBHeight_UpDown2.
ValueChanged
+= (s, e) => comboBox2.Size = new Size(comboBox2.Size.Width, (int)changeCBHeight_UpDown2.Value);
55
changeDDH_UpDown3.
ValueChanged
+= (s, e) =>
60
maxDropDownItemsUpDown1.
ValueChanged
+= (s, e) => comboBox1.MaxDropDownItems = (int)maxDropDownItemsUpDown1.Value;
61
maxDropDownItemsUpDown2.
ValueChanged
+= (s, e) => comboBox2.MaxDropDownItems = (int)maxDropDownItemsUpDown2.Value;
62
maxDropDownItemsUpDown3.
ValueChanged
+= (s, e) => comboBox3.MaxDropDownItems = (int)maxDropDownItemsUpDown3.Value;
DataGridViewTest.Designer.cs (1)
180
this.numericUpDown1.
ValueChanged
+= this.numericUpDown1_ValueChanged;
ScrollBars.Designer.cs (2)
71
this.numericMinimum.
ValueChanged
+= this.numericMinimum_ValueChanged;
84
this.numericMaximum.
ValueChanged
+= this.numericMaximum_ValueChanged;
TrackBars.Designer.cs (3)
160
this.numericMinimum.
ValueChanged
+= this.numericMinimum_ValueChanged;
179
this.numericMaximum.
ValueChanged
+= this.numericMaximum_ValueChanged;
198
this.numericFrequency.
ValueChanged
+= this.numericFrequency_ValueChanged;