Gets the type that the formatted input string is being validated against.
The target Type of the conversion process. This should never be a null reference (Nothing in Visual Basic).
The validation process only occurs if ValidatingType property of the MaskedTextBox class is not a null reference (Nothing in Visual Basic). The ValidatingType property references the same type, which represents the target type of the conversion process.
TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace