TestRunner.RunCompleted 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 RunCompleted As EventHandler(Of TestRunCompletedEventArgs)
'Usage
Dim instance As TestRunner
Dim handler As EventHandler(Of TestRunCompletedEventArgs)
AddHandler instance.RunCompleted, handler
public event EventHandler<TestRunCompletedEventArgs> RunCompleted
public:
event EventHandler<TestRunCompletedEventArgs^>^ RunCompleted {
void add (EventHandler<TestRunCompletedEventArgs^>^ value);
void remove (EventHandler<TestRunCompletedEventArgs^>^ value);
}
JScript does not support events.
member RunCompleted : IEvent<EventHandler<TestRunCompletedEventArgs>,
TestRunCompletedEventArgs>
.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.