Working with Common Classes > Classes > SpinEventArgs
Namespace: PP;
EventArgs
SpinEventArgs
The SpinEventArgs class implements arguments of the events of the SpinEdit component.
PP.initClass(PP.SpinEventArgs, PP.EventArgs, "SpinEventArgs");
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: