WebTestResultViewerExt.WindowCreatedEventArgs Class

 

Provides data for the WindowCreated event.

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.LoadTesting.WebTestResultViewerExt.WindowCreatedEventArgs

Syntax

public sealed class WindowCreatedEventArgs : EventArgs
public ref class WindowCreatedEventArgs sealed : EventArgs
[<Sealed>]
type WindowCreatedEventArgs = 
    class
        inherit EventArgs
    end
Public NotInheritable Class WindowCreatedEventArgs
    Inherits EventArgs

Properties

Name Description
System_CAPS_pubproperty WebTestResultViewer

Gets the Web test results viewer that raised the event.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.VisualStudio.TestTools.LoadTesting Namespace

Return to top