ModelValidationNode::Validated Event

.NET Framework (current version)
 

Occurs when the model has been validated.

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

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

.NET Framework
Available since 4.5
Return to top
Show: