DataCollectionEvents.TestStepStart 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 step starts.
public:
abstract event EventHandler<Microsoft::VisualStudio::TestTools::Execution::TestStepStartEventArgs ^> ^ TestStepStart;
public abstract event EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestStepStartEventArgs> TestStepStart;
member this.TestStepStart : EventHandler<Microsoft.VisualStudio.TestTools.Execution.TestStepStartEventArgs>
Public MustOverride Event TestStepStart As EventHandler(Of TestStepStartEventArgs)