Share via


DataCollectionEvents.SessionResume Event

Raised when a test session resumes.

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

Syntax

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

.NET Framework Security

See Also

Reference

DataCollectionEvents Class

Microsoft.VisualStudio.TestTools.Execution Namespace