DataCollectionEvents.TestCaseReset Evento

Definição

Gerado quando um caso de teste é redefinido.

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) 

Tipo de evento

EventHandler<TestCaseResetEventArgs>

Aplica-se a