TypeValidationEventArgs
Wisej.Web.TypeValidationEventArgs
Last updated
Wisej.Web.TypeValidationEventArgs
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the TypeValidationCompleted event.
Initializes a new instance of the TypeValidationEventArgs class.
validatingType
isValidInput
returnValue
message
Boolean: Returns whether the formatted input string was successfully converted to the validating type.
String: Returns a text message describing the conversion process.
Object: Returns the result from the conversion of the formatted input string.
Type: Returns the type that the formatted input string is being validated against.
The that the formatted input string was being validated against.
A value indicating whether the formatted string was successfully converted to the validating type.
An that is the result of the formatted string being converted to the target type.
A containing a description of the conversion process.
Represents the method that will handle the event of the control.