ModelValidationNode.Validated 이벤트

정의

모델이 유효성 검사된 경우 발생합니다.

public:
 event EventHandler<System::Web::ModelBinding::ModelValidatedEventArgs ^> ^ Validated;
public event EventHandler<System.Web.ModelBinding.ModelValidatedEventArgs> Validated;
member this.Validated : EventHandler<System.Web.ModelBinding.ModelValidatedEventArgs> 
Public Custom Event Validated As EventHandler(Of ModelValidatedEventArgs) 
Public Event Validated As EventHandler(Of ModelValidatedEventArgs) 

이벤트 유형

EventHandler<ModelValidatedEventArgs>

적용 대상