2 writes to _onValueChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (2)
341add => _onValueChanged += value; 342remove => _onValueChanged -= value;
1 reference to _onValueChanged
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
495_onValueChanged?.Invoke(this, e);