DataCollectionEvents.TestCaseStart Event

Definition

Raised when a test case starts.

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

Event Type

Applies to