This member overrides WebBrowser.OnNavigating(WebBrowserNavigatingEventArgs).
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overrides Sub OnNavigating ( _
    e As WebBrowserNavigatingEventArgs _
)
protected override void OnNavigating(
    WebBrowserNavigatingEventArgs e
)
protected:
virtual void OnNavigating(
    WebBrowserNavigatingEventArgs^ e
) override
abstract OnNavigating : 
        e:WebBrowserNavigatingEventArgs -> unit  
override OnNavigating : 
        e:WebBrowserNavigatingEventArgs -> unit
protected override function OnNavigating(
    e : WebBrowserNavigatingEventArgs
)
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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace