NumberEditValidateArgs

Namespace: PP.Ui;

Inheritance Hierarchy

EventArgs

NumberEditValidateArgs

Description

The NumberEditValidateArgs class implements arguments of the NumberEdit.Validate event for the NumberEdit component.

Syntax

PP.initClass(PP.Ui.NumberEditValidateArgs, PP.EventArgs, "NumberEditValidateArgs");

Properties

  Property name Brief description
IsValid The IsValid property determines if value is validated.
TextValue The TextValue property sets text value for the component.
Value The Value property specified numeric value of the component.

See also:

PP.Ui