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.

ITestManagementEvents::TestRunSubmitting Event

 

Occurs after deployment is finished and before a test run is submitted to the test controller.

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

event EventHandler<TestRunEventArgs^>^ TestRunSubmitting {
	void add(EventHandler<TestRunEventArgs^>^ value);
	void remove(EventHandler<TestRunEventArgs^>^ value);
}
Return to top
Show: