Aracılığıyla paylaş


WebTest.ValidateResponseOnPageComplete Olay

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Event ValidateResponseOnPageComplete As EventHandler(Of ValidationEventArgs)
public event EventHandler<ValidationEventArgs> ValidateResponseOnPageComplete
public:
 event EventHandler<ValidationEventArgs^>^ ValidateResponseOnPageComplete {
    void add (EventHandler<ValidationEventArgs^>^ value);
    void remove (EventHandler<ValidationEventArgs^>^ value);
}
member ValidateResponseOnPageComplete : IEvent<EventHandler<ValidationEventArgs>,
    ValidationEventArgs>
JScript olayları desteklemez.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı