Partilhar via


Evento WebTest.PostPage

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Event PostPage As EventHandler(Of PostPageEventArgs)
public event EventHandler<PostPageEventArgs> PostPage
public:
 event EventHandler<PostPageEventArgs^>^ PostPage {
    void add (EventHandler<PostPageEventArgs^>^ value);
    void remove (EventHandler<PostPageEventArgs^>^ value);
}
member PostPage : IEvent<EventHandler<PostPageEventArgs>,
    PostPageEventArgs>
JScript não oferece suporte a eventos.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting