TypeValidationEventArgs(Type, Boolean, Object, String) 생성자

정의

TypeValidationEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 TypeValidationEventArgs(Type ^ validatingType, bool isValidInput, System::Object ^ returnValue, System::String ^ message);
public TypeValidationEventArgs (Type validatingType, bool isValidInput, object returnValue, string message);
new System.Windows.Forms.TypeValidationEventArgs : Type * bool * obj * string -> System.Windows.Forms.TypeValidationEventArgs
Public Sub New (validatingType As Type, isValidInput As Boolean, returnValue As Object, message As String)

매개 변수

validatingType
Type

서식이 지정된 입력 문자열의 유효성을 검사하는 데 사용되는 Type입니다.

isValidInput
Boolean

서식이 지정된 문자열이 유효성 검사 형식으로 성공적으로 변환되었는지 여부를 나타내는 Boolean 값입니다.

returnValue
Object

서식이 지정된 문자열이 대상 형식으로 변환되어 나타나는 Object입니다.

message
String

변환 프로세스의 설명이 포함된 String입니다.

설명

매개 변수는 TypeValidationEventArgs 생성자는이 클래스의 해당 읽기 전용 속성을 초기화 하는 데 사용 됩니다.

적용 대상

추가 정보