TypeValidationEventHandler 대리자

정의

TypeValidationCompleted 컨트롤의 MaskedTextBox 이벤트를 처리할 메서드를 나타냅니다.

public delegate void TypeValidationEventHandler(System::Object ^ sender, TypeValidationEventArgs ^ e);
public delegate void TypeValidationEventHandler(object sender, TypeValidationEventArgs e);
public delegate void TypeValidationEventHandler(object? sender, TypeValidationEventArgs e);
type TypeValidationEventHandler = delegate of obj * TypeValidationEventArgs -> unit
Public Delegate Sub TypeValidationEventHandler(sender As Object, e As TypeValidationEventArgs)

매개 변수

sender
Object

이벤트 소스입니다.

e
TypeValidationEventArgs

이벤트 데이터를 포함하는 TypeValidationEventArgs입니다.

설명

TypeValidationCompleted 이벤트에서 MaskedTextBox 클래스는 선택적인 경우에 발생 하는 이벤트는 ValidatingType 명시적으로 속성 형식이 아닌 다른 null.

일반적으로 대 한 처리기는 TypeValidationCompleted 이벤트 마스크와 형식별 유효성 검사 처리를 수행 하도록 구현 됩니다. 반대로 일반 유효성 검사는 일반적으로 표준에서 수행 Validating 에 정의 된 이벤트는 Control 기본 클래스입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상

추가 정보