Raised when a test step ends.
Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
Public MustOverride Event TestStepEnd As EventHandler(Of TestStepEndEventArgs)
public abstract event EventHandler<TestStepEndEventArgs> TestStepEnd
public:
virtual   event EventHandler<TestStepEndEventArgs^>^ TestStepEnd {
    void add (EventHandler<TestStepEndEventArgs^>^ value);
    void remove (EventHandler<TestStepEndEventArgs^>^ value);
}
abstract TestStepEnd : IEvent<EventHandler<TestStepEndEventArgs>,
    TestStepEndEventArgs>
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.