Freigeben über


WebTest.PreRequestDataBinding-Ereignis

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

Syntax

'Declaration
Public Event PreRequestDataBinding As EventHandler(Of PreRequestDataBindingEventArgs)
public event EventHandler<PreRequestDataBindingEventArgs> PreRequestDataBinding
public:
 event EventHandler<PreRequestDataBindingEventArgs^>^ PreRequestDataBinding {
    void add (EventHandler<PreRequestDataBindingEventArgs^>^ value);
    void remove (EventHandler<PreRequestDataBindingEventArgs^>^ value);
}
member PreRequestDataBinding : IEvent<EventHandler<PreRequestDataBindingEventArgs>,
    PreRequestDataBindingEventArgs>
JScript unterstützt keine Ereignisse.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace