TypeValidationEventArgs

Wisej.Web.TypeValidationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Provides data for the TypeValidationCompleted event.

public class TypeValidationEventArgs : CancelEventArgs

Constructors

TypeValidationEventArgs(validatingType, isValidInput, returnValue, message)

Initializes a new instance of the TypeValidationEventArgs class.

Name
Type
Description

validatingType

The Typearrow-up-right that the formatted input string was being validated against.

isValidInput

A Booleanarrow-up-right value indicating whether the formatted string was successfully converted to the validating type.

returnValue

An Objectarrow-up-right that is the result of the formatted string being converted to the target type.

message

A Stringarrow-up-right containing a description of the conversion process.

Properties

IsValidInput

Booleanarrow-up-right: Returns whether the formatted input string was successfully converted to the validating type.

Message

Stringarrow-up-right: Returns a text message describing the conversion process.

ReturnValue

Objectarrow-up-right: Returns the result from the conversion of the formatted input string.

ValidatingType

Typearrow-up-right: Returns the type that the formatted input string is being validated against.

Used By

Name
Description

Represents the method that will handle the TypeValidationCompleted event of the MaskedTextBox control.

Last updated

Was this helpful?