Occurs when the load test is aborted.
Namespace:  Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Public Event LoadTestAborted As EventHandler(Of LoadTestAbortedEventArgs)
public event EventHandler<LoadTestAbortedEventArgs> LoadTestAborted
public:
 event EventHandler<LoadTestAbortedEventArgs^>^ LoadTestAborted {
    void add (EventHandler<LoadTestAbortedEventArgs^>^ value);
    void remove (EventHandler<LoadTestAbortedEventArgs^>^ value);
}
member LoadTestAborted : IEvent<EventHandler<LoadTestAbortedEventArgs>,
    LoadTestAbortedEventArgs>
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.