ModelValidationNode.Validated Event

Occurs when the model has been validated.

Namespace:  System.Web.Http.Validation
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

'Declaration
Public Event Validated As EventHandler(Of ModelValidatedEventArgs)
'Usage
Dim instance As ModelValidationNode
Dim handler As EventHandler(Of ModelValidatedEventArgs)

AddHandler instance.Validated, handler
public event EventHandler<ModelValidatedEventArgs> Validated
public:
 event EventHandler<ModelValidatedEventArgs^>^ Validated {
    void add (EventHandler<ModelValidatedEventArgs^>^ value);
    void remove (EventHandler<ModelValidatedEventArgs^>^ value);
}
member Validated : IEvent<EventHandler<ModelValidatedEventArgs>,
    ModelValidatedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

ModelValidationNode Class

System.Web.Http.Validation Namespace