Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.