DataCollectionEvents.TestStepEnd Event

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

See Also

Reference

DataCollectionEvents Class

Microsoft.VisualStudio.TestTools.Execution Namespace