3 instantiations of UpDownEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
123OnUpDown(new UpDownEventArgs((int)_pushed)); 578OnUpDown(new UpDownEventArgs((int)_pushed));
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.UpDownButtonsAccessibleObject.DirectionButtonAccessibleObject.cs (1)
56owner.OnUpDown(new UpDownEventArgs(buttonId));
3 references to UpDownEventArgs
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
908private void OnUpDown(object? source, UpDownEventArgs e)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (1)
507protected virtual void OnUpDown(UpDownEventArgs upevent)
System\Windows\Forms\Controls\UpDown\UpDownEventHandler.cs (1)
9public delegate void UpDownEventHandler(object? source, UpDownEventArgs e);