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