WebTestResultViewerExt.SelectionChanged (Evento)

Se produce cuando cambia la selección en una ventana de reproducción de pruebas web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.LoadTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (en Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

Sintaxis

'Declaración
Public Event SelectionChanged As EventHandler(Of WebTestResultViewerExt..::..SelectionChangedEventArgs)
public event EventHandler<WebTestResultViewerExt..::..SelectionChangedEventArgs> SelectionChanged
public:
 event EventHandler<WebTestResultViewerExt..::..SelectionChangedEventArgs^>^ SelectionChanged {
    void add (EventHandler<WebTestResultViewerExt..::..SelectionChangedEventArgs^>^ value);
    void remove (EventHandler<WebTestResultViewerExt..::..SelectionChangedEventArgs^>^ value);
}
member SelectionChanged : IEvent<EventHandler<WebTestResultViewerExt..::..SelectionChangedEventArgs>,
    WebTestResultViewerExt..::..SelectionChangedEventArgs>
JScript no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

WebTestResultViewerExt Clase

Microsoft.VisualStudio.TestTools.LoadTesting (Espacio de nombres)