MobileForms Toolkit Documentation

TypeValidationEventArgs Properties

The properties of the TypeValidationEventArgs class are listed below. For a complete list of TypeValidationEventArgs class members, see the TypeValidationEventArgs Members topic.

Public Instance Properties

Cancel (inherited from CancelEventArgs)Gets or sets a value indicating whether the event should be canceled.
IsValidInput Gets a value indicating whether the formatted input string was successfully converted to the validating type.
Message Gets a text message describing the conversion process.
ReturnValue Gets the object that results from the conversion of the formatted input string.
ValidatingType Gets the type that the formatted input string is being validated against.

See Also

TypeValidationEventArgs Class | Resco.Controls.MaskedTextBox Namespace