ModelValidationNode.Validating Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando o modelo está sendo validado.
public:
event EventHandler<System::Web::ModelBinding::ModelValidatingEventArgs ^> ^ Validating;
public event EventHandler<System.Web.ModelBinding.ModelValidatingEventArgs> Validating;
member this.Validating : EventHandler<System.Web.ModelBinding.ModelValidatingEventArgs>
Public Custom Event Validating As EventHandler(Of ModelValidatingEventArgs)
Public Event Validating As EventHandler(Of ModelValidatingEventArgs)