Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeValidationEventArgs Constructor (Type^, Boolean, Object^, String^)

 

Initializes a new instance of the TypeValidationEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
TypeValidationEventArgs(
	Type^ validatingType,
	bool isValidInput,
	Object^ returnValue,
	String^ message
)

Parameters

validatingType
Type: System::Type^

The Type that the formatted input string was being validated against.

isValidInput
Type: System::Boolean

A Boolean value indicating whether the formatted string was successfully converted to the validating type.

returnValue
Type: System::Object^

An Object that is the result of the formatted string being converted to the target type.

message
Type: System::String^

A String containing a description of the conversion process.

The parameters to the TypeValidationEventArgs constructor are used to initialize the corresponding read-only properties of this class.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft