TestExecution.BeforeTestCleanup Event

Definition

public:
 abstract event EventHandler<Microsoft::VisualStudio::TestTools::UnitTesting::BeforeTestCleanupEventArgs ^> ^ BeforeTestCleanup;
public abstract event EventHandler<Microsoft.VisualStudio.TestTools.UnitTesting.BeforeTestCleanupEventArgs> BeforeTestCleanup;
member this.BeforeTestCleanup : EventHandler<Microsoft.VisualStudio.TestTools.UnitTesting.BeforeTestCleanupEventArgs> 
Public MustOverride Event BeforeTestCleanup As EventHandler(Of BeforeTestCleanupEventArgs) 

Event Type

Applies to