Evento WebTestResultViewerExt.SelectionChanged
Ocorre quando a janela de reprodução de testar as alterações de seleção em uma Web.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (em Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintaxe
'Declaração
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>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.