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