11 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 (9)
System\Windows\Forms\Design\FormatControl.cs (2)
227decimalPlacesUpDown.ValueChanged -= decimalPlacesUpDown_ValueChanged; 238decimalPlacesUpDown.ValueChanged += decimalPlacesUpDown_ValueChanged;
System\Windows\Forms\Design\FormatControl.Designer.cs (1)
146decimalPlacesUpDown.ValueChanged += this.decimalPlacesUpDown_ValueChanged;
System\Windows\Forms\Design\StyleEditorForm.cs (6)
130_absoluteNumericUpDown.ValueChanged += OnValueChanged; 133_percentNumericUpDown.ValueChanged += OnValueChanged; 738_absoluteNumericUpDown.ValueChanged -= OnValueChanged; 741_absoluteNumericUpDown.ValueChanged += OnValueChanged; 749_percentNumericUpDown.ValueChanged -= OnValueChanged; 752_percentNumericUpDown.ValueChanged += OnValueChanged;