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::WindowClosed Event

 

Occurs when a Web test playback window is closed.

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

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