Evento WebTestResultViewerExt.WindowClosed
Si verifica quando viene chiusa una finestra di riproduzione del test Web.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Sintassi
'Dichiarazione
Public Event WindowClosed As EventHandler(Of WebTestResultViewerExt.WindowClosedEventArgs)
public event EventHandler<WebTestResultViewerExt.WindowClosedEventArgs> WindowClosed
public:
event EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ WindowClosed {
void add (EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ value);
void remove (EventHandler<WebTestResultViewerExt::WindowClosedEventArgs^>^ value);
}
member WindowClosed : IEvent<EventHandler<WebTestResultViewerExt.WindowClosedEventArgs>,
WebTestResultViewerExt.WindowClosedEventArgs>
JScript non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.LoadTesting