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.

WebTestRequest::ValidateResponseOnPageComplete Event

 

This event is raised after the page is fully loaded. This is used to check that the response was valid.

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

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