SpinEdit.OnSpinDown

Syntax

Sub OnSpinDown(Sender: ISpinEdit; Args: IValueChangedEventArgs);

Begin

//set of operators;

End Sub OnSpinDown;

Parameters

Sender - parameter that returns the component that has generated the event.

Args - parameter that enables the user to determine event parameters.

Description

The OnSpinDown event occurs on pressing the SpinDown button in the edit box.

See also:

FloatEdit