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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.