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