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)
Syntax
'Declaration
Event TestRunSubmitting As EventHandler(Of TestRunEventArgs)
event EventHandler<TestRunEventArgs> TestRunSubmitting
event EventHandler<TestRunEventArgs^>^ TestRunSubmitting {
    void add (EventHandler<TestRunEventArgs^>^ value);
    void remove (EventHandler<TestRunEventArgs^>^ value);
}
abstract TestRunSubmitting : IEvent<EventHandler<TestRunEventArgs>,
    TestRunEventArgs>
JScript does not support 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.
See Also
Reference
ITestManagementEvents Interface