TestRunner.RunStarted Event
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.Framework
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Event RunStarted As EventHandler(Of TestRunStartedEventArgs)
'Usage
Dim instance As TestRunner
Dim handler As EventHandler(Of TestRunStartedEventArgs)
AddHandler instance.RunStarted, handler
public event EventHandler<TestRunStartedEventArgs> RunStarted
public:
event EventHandler<TestRunStartedEventArgs^>^ RunStarted {
void add (EventHandler<TestRunStartedEventArgs^>^ value);
void remove (EventHandler<TestRunStartedEventArgs^>^ value);
}
JScript does not support events.
member RunStarted : IEvent<EventHandler<TestRunStartedEventArgs>,
TestRunStartedEventArgs>
.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.