Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.