Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestScenario::LoadChanged Event

 

Occurs when the current user load for this scenario changes as the load test runs.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
event EventHandler^ LoadChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

The CurrentLoad property can be accessed to get the new value for the user load. For more information about how to handle events, see Handling and Raising Events.

Return to top
Show: