Evento WebTestResultViewerExt.SelectionChanged
Ocorre quando a seleção se altera em uma janela de reprodução de teste na 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>
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.