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)

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

See Also

Reference

WebTestResultViewerExt Class

Microsoft.VisualStudio.TestTools.LoadTesting Namespace