PermissionsWebBrowser.OnNavigateError Method
Namespace: Microsoft.TeamFoundation.Controls.WinForms
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Overridable Sub OnNavigateError ( _
e As WebBrowserNavigateErrorEventArgs _
)
protected virtual void OnNavigateError(
WebBrowserNavigateErrorEventArgs e
)
protected:
virtual void OnNavigateError(
WebBrowserNavigateErrorEventArgs^ e
)
abstract OnNavigateError :
e:WebBrowserNavigateErrorEventArgs -> unit
override OnNavigateError :
e:WebBrowserNavigateErrorEventArgs -> unit
protected function OnNavigateError(
e : WebBrowserNavigateErrorEventArgs
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.