Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTest::ValidateResponse Event

 

Occurs when the response to a Web performance 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)

public:
event EventHandler<ValidationEventArgs^>^ ValidateResponse {
	void add(EventHandler<ValidationEventArgs^>^ value);
	void remove(EventHandler<ValidationEventArgs^>^ value);
}
Return to top
Show: