WebTestResultViewerExt.WindowClosed, événement
Se produit lorsqu'une fenêtre de lecture de test Web est fermée.
Espace de noms : Microsoft.VisualStudio.TestTools.LoadTesting
Assembly : Microsoft.VisualStudio.QualityTools.LoadTestPackage (dans Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.LoadTesting, espace de noms