DataCollectionEvents.TestCaseReset Event

Definition

Raised when a test case resets.

public:
 abstract event EventHandler<Microsoft::VisualStudio::TestTools::Execution::TestCaseResetEventArgs ^> ^ TestCaseReset;
public abstract event EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestCaseResetEventArgs> TestCaseReset;
member this.TestCaseReset : EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestCaseResetEventArgs> 
Public MustOverride Event TestCaseReset As EventHandler(Of TestCaseResetEventArgs) 

Event Type

Applies to