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 the fact that only text can be entered. | |
| IsSpinUp | The IsSpinUp property determines whether scrolling up is enabled. | |
| NewValue | The NewValue property determines new value in the input box. | |
| OldValue | The OldValue property returns the assigned value to the input box. |
See also: