ModelValidationNode.Validated Event
Occurs when the model has been validated.
Namespace: Microsoft.Web.Mvc.ModelBinding
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public event EventHandler<ModelValidatedEventArgs> Validated
public:
event EventHandler<ModelValidatedEventArgs^>^ Validated {
void add(EventHandler<ModelValidatedEventArgs^>^ value);
void remove(EventHandler<ModelValidatedEventArgs^>^ value);
}
member Validated : IEvent<EventHandler<ModelValidatedEventArgs>,
ModelValidatedEventArgs>
Public Event Validated As EventHandler(Of ModelValidatedEventArgs)
See Also
ModelValidationNode Class
Microsoft.Web.Mvc.ModelBinding Namespace
Return to top