WebTest.PostWebTest Event

Occurs after the Web performance test runs.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
Public Event PostWebTest As EventHandler(Of PostWebTestEventArgs)
public event EventHandler<PostWebTestEventArgs> PostWebTest
public:
 event EventHandler<PostWebTestEventArgs^>^ PostWebTest {
    void add (EventHandler<PostWebTestEventArgs^>^ value);
    void remove (EventHandler<PostWebTestEventArgs^>^ value);
}
member PostWebTest : IEvent<EventHandler<PostWebTestEventArgs>,
    PostWebTestEventArgs>
JScript does not support events.

Remarks

For more information about how to handle events, see Consuming Events.

.NET Framework Security

See Also

Reference

WebTest Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace