OnSpinUp(Sender: ISpinEdit; Args: IValueChangedEventArgs);
Sender. The parameter that returns the component that has generated the event.
Args. The parameter that enables the user to determine event parameters.
The OnSpinUp event occurs on pressing the SpinUp button in the edit box.
See also: