The following tables list the members exposed by ValidatingTextEventArgs.
Public Constructors
| Name | Description |
 | ValidatingTextEventArgs Constructor | Initializes a new instance of the ValidatingTextEventArgs specifying the text to validated, if it
should be fully or partially validated, and if it is valid. |
Top
Public Properties
| Name | Description |
 | EditText | Gets the text to validate. |
 | FullValidation | Gets a boolean value indicating if the EditText should be fully or partially validated. |
 | Valid | Gets or sets a boolean value indicating if the EditText is valid. |
Top
See Also