ModelValidationNode::Validating Event

 

Occurs when the model is being validated.

Namespace:   System.Web.Http.Validation
Assembly:  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
Show: