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)
Syntax
'Declaration
Public Event PostWebTest As EventHandler(Of PostWebTestEventArgs)
'Usage
Dim instance As WebTest
Dim handler As EventHandler(Of PostWebTestEventArgs)
AddHandler instance.PostWebTest, handler
public event EventHandler<PostWebTestEventArgs> PostWebTest
public:
event EventHandler<PostWebTestEventArgs^>^ PostWebTest {
void add (EventHandler<PostWebTestEventArgs^>^ value);
void remove (EventHandler<PostWebTestEventArgs^>^ value);
}
JScript does not support events.
Remarks
For more information about how to handle events, see Consuming 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.