DataCollectionEvents.SessionPause Event

Raised when a test session pauses.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public MustOverride Event SessionPause As EventHandler(Of SessionPauseEventArgs)
public abstract event EventHandler<SessionPauseEventArgs> SessionPause
public:
virtual  event EventHandler<SessionPauseEventArgs^>^ SessionPause {
    void add (EventHandler<SessionPauseEventArgs^>^ value);
    void remove (EventHandler<SessionPauseEventArgs^>^ value);
}
abstract SessionPause : IEvent<EventHandler<SessionPauseEventArgs>,
    SessionPauseEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

DataCollectionEvents Class

Microsoft.VisualStudio.TestTools.Execution Namespace