ModelValidationNode::Validating Event

.NET Framework (current version)
 

Occurs when the model is being validated.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public:
event EventHandler<ModelValidatingEventArgs^>^ Validating {
	void add(EventHandler<ModelValidatingEventArgs^>^ value);
	void remove(EventHandler<ModelValidatingEventArgs^>^ value);
}

.NET Framework
Available since 4.5
Return to top
Show: