Beispiel #1
0
 public void NavigateError([In, MarshalAs(UnmanagedType.IDispatch)] object pDisp, [In] ref object URL, [In] ref object frame, [In] ref object statusCode, [In, Out] ref bool cancel)
 {
     _Browser.OnNavigateError(new WebBrowserNavigateErrorEventArgs(
                                  (String)URL, (String)frame, (Int32)statusCode, cancel));
 }