This documentation is archived and is not being maintained.
ModelValidationNode::Validated Event
Occurs when the model has been validated.
Namespace:
System.Web.Http.ValidationAssembly:
System.Web.Http (in System.Web.Http.dll)
public:
event EventHandler<ModelValidatedEventArgs^>^ Validated {
void add(EventHandler<ModelValidatedEventArgs^>^ value);
void remove(EventHandler<ModelValidatedEventArgs^>^ value);
}
Return to top