DataCollectionEvents.TestCaseReset Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)