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 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:

PP