This topic has not yet been rated - Rate this topic

WebTest.PostWebTest Event

Occurs after the Web test runs.

Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in microsoft.visualstudio.qualitytools.webtestframework.dll)

public event EventHandler<PostWebTestEventArgs> PostWebTest
/** @event */
public void add_PostWebTest (EventHandler<PostWebTestEventArgs> value)

/** @event */
public void remove_PostWebTest (EventHandler<PostWebTestEventArgs> value)

JScript supports the use of events, but not the declaration of new ones.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.