Sub OnSpinUp(Sender: ISpinEdit; Args: IValueChangedEventArgs);
Begin
//set of operators;
End Sub OnSpinUp;
Sender - parameter that returns the component that has generated the event.
Args parameter enables you to determine event parameters.
The OnSpinUp event occurs on pressing the SpinUp button in the edit box.
See also: