'Declaration Public Function New( _ ByVal editText As String, _ ByVal fullValidation As Boolean, _ ByVal valid As Boolean _ )
'Usage Dim editText As String Dim fullValidation As Boolean Dim valid As Boolean Dim instance As New ValidatingTextEventArgs(editText, fullValidation, valid)
Parameters
- editText
- The text to validate.
- fullValidation
- true if the text should be validated according to all the necessary criteria (for example, Mask, MinValue, and MaxValue); false if it should be validated only according to the Mask.
- valid
- true if the EditText is valid; false otherwise.