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