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)
Syntax
'Declaration
Public Event WindowCreated As EventHandler(Of WebTestResultViewerExt.WindowCreatedEventArgs)
public event EventHandler<WebTestResultViewerExt.WindowCreatedEventArgs> WindowCreated
public:
 event EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ WindowCreated {
    void add (EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ value);
    void remove (EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ value);
}
member WindowCreated : IEvent<EventHandler<WebTestResultViewerExt.WindowCreatedEventArgs>,
    WebTestResultViewerExt.WindowCreatedEventArgs>
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.