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) 

事件類型

適用於