SpinEventArgs

Namespace: PP;

Inheritance hierarchy

EventArgs

SpinEventArgs

Description

The SpinEventArgs class implements arguments of the events of the SpinEdit component.

Syntax

PP.initClass(PP.SpinEventArgs, PP.EventArgs, "SpinEventArgs");

Properties

  Property name Brief description
Cancel The Cancel property determines that only text can be typed in.
IsSpinUp The IsSpinUp property determines whether scrolling direction is upward.
NewValue The NewValue property determines new value in entry box.
OldValue The OldValue property returns the set value to the entry box.

See also:

PP