ITestManagementEvents.TestRunSubmitting Event

Definition

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

public:
 event EventHandler<Microsoft::VisualStudio::TestTools::Common::TestRunEventArgs ^> ^ TestRunSubmitting;
event EventHandler<Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs> TestRunSubmitting;
member this.TestRunSubmitting : EventHandler<Microsoft.VisualStudio.TestTools.Common.TestRunEventArgs> 
Event TestRunSubmitting As EventHandler(Of TestRunEventArgs) 

Event Type

Applies to