TypeValidationEventArgs

Wisej.Web.TypeValidationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the TypeValidationCompleted event.

public class TypeValidationEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the TypeValidationEventArgs class.

Properties

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.

Used By

Last updated