Occurs when the load test has stopped running on the agent.
Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Event LoadTestFinished As EventHandler
public event EventHandler LoadTestFinished
public:
 event EventHandler^ LoadTestFinished {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
member LoadTestFinished : IEvent<EventHandler,
    EventArgs>
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.