PermissionsWebBrowser.NavigateError Event
Namespace: Microsoft.TeamFoundation.Controls.WinForms
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Event NavigateError As WebBrowserNavigateErrorEventHandler
public event WebBrowserNavigateErrorEventHandler NavigateError
public:
event WebBrowserNavigateErrorEventHandler^ NavigateError {
void add (WebBrowserNavigateErrorEventHandler^ value);
void remove (WebBrowserNavigateErrorEventHandler^ value);
}
member NavigateError : IEvent<WebBrowserNavigateErrorEventHandler,
WebBrowserNavigateErrorEventArgs>
JScript does not support events.
.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.