Namespace: PP.Ui;
EventArgs
NumberEditValidateArgs
The NumberEditValidateArgs class implements arguments of the NumberEdit.Validate event for the NumberEdit component.
PP.initClass(PP.Ui.NumberEditValidateArgs, PP.EventArgs, "NumberEditValidateArgs");
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: