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)
Syntax
'Declaration
Public Event WindowClosed As EventHandler(Of WebTestResultViewerExt.WindowClosedEventArgs)
public event EventHandler<WebTestResultViewerExt.WindowClosedEventArgs> WindowClosed
public:
 event EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ WindowClosed {
    void add (EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ value);
    void remove (EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ value);
}
member WindowClosed : IEvent<EventHandler<WebTestResultViewerExt.WindowClosedEventArgs>,
    WebTestResultViewerExt.WindowClosedEventArgs>
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.