Evento WebTestResultViewerExt.WindowCreated
Ocorre quando uma janela de reprodução de teste na Web é criada.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (em Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintaxe
'Declaração
Public Event WindowCreated As EventHandler(Of WebTestResultViewerExt.WindowCreatedEventArgs)
public event EventHandler<WebTestResultViewerExt.WindowCreatedEventArgs> WindowCreated
public:
event EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ WindowCreated {
void add (EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt::WindowCreatedEventArgs^>^ value);
}
member WindowCreated : IEvent<EventHandler<WebTestResultViewerExt.WindowCreatedEventArgs>,
WebTestResultViewerExt.WindowCreatedEventArgs>
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.