Compartir a través de


WebTestRequest.PreRequestDataBinding (Evento)

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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 no admite eventos.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequest Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)