DataCollectionEvents.TestCaseEnd Event

Definition

Raised when a test case ends.

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

Event Type

Applies to