Compartir a través de


DWebBrowserEvents2.NavigateError Method

Definition

Fires when an error occurs during navigation.

public:
 void NavigateError(System::Object ^ pDisp, System::Object ^ % URL, System::Object ^ % Frame, System::Object ^ % StatusCode, [Runtime::InteropServices::Out] bool % Cancel);
public void NavigateError (object pDisp, ref object URL, ref object Frame, ref object StatusCode, out bool Cancel);
abstract member NavigateError : obj * obj * obj * obj * bool -> unit
Public Sub NavigateError (pDisp As Object, ByRef URL As Object, ByRef Frame As Object, ByRef StatusCode As Object, ByRef Cancel As Boolean)

Parameters

pDisp
Object
URL
Object
Frame
Object
StatusCode
Object
Cancel
Boolean

Applies to