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.
.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.