Share via


WebTest.ValidateResponse Event

Occurs when the response to a Web test request has been received and is ready to be validated.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Event ValidateResponse As EventHandler(Of ValidationEventArgs)
'Usage
Dim instance As WebTest 
Dim handler As EventHandler(Of ValidationEventArgs)

AddHandler instance.ValidateResponse, handler
public event EventHandler<ValidationEventArgs> ValidateResponse
public:
 event EventHandler<ValidationEventArgs^>^ ValidateResponse {
    void add (EventHandler<ValidationEventArgs^>^ value);
    void remove (EventHandler<ValidationEventArgs^>^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

WebTest Class

WebTest Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace