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.

WebTestResultViewerExt::WindowCreated Event

 

Occurs when a Web test playback window is created.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

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