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