DataCollectionEvents.SessionPause Ereignis

Definition

Wird ausgelöst, wenn eine Testsitzung angehalten wird.

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

Ereignistyp

EventHandler<SessionPauseEventArgs>

Gilt für