DataCollectionEvents.TestCasePause Event

Raised when a test case pauses.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public MustOverride Event TestCasePause As EventHandler(Of TestCasePauseEventArgs)
public abstract event EventHandler<TestCasePauseEventArgs> TestCasePause
public:
virtual  event EventHandler<TestCasePauseEventArgs^>^ TestCasePause {
    void add (EventHandler<TestCasePauseEventArgs^>^ value);
    void remove (EventHandler<TestCasePauseEventArgs^>^ value);
}
abstract TestCasePause : IEvent<EventHandler<TestCasePauseEventArgs>,
    TestCasePauseEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DataCollectionEvents Class

Microsoft.VisualStudio.TestTools.Execution Namespace