INavigationPolicy.Navigating Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Sub Navigating ( _
    args As NavigatingEventArgs, _
    <OutAttribute> ByRef handled As Boolean _
)
void Navigating(
    NavigatingEventArgs args,
    out bool handled
)
void Navigating(
    NavigatingEventArgs^ args, 
    [OutAttribute] bool% handled
)
abstract Navigating : 
        args:NavigatingEventArgs * 
        handled:bool byref -> unit
function Navigating(
    args : NavigatingEventArgs, 
    handled : boolean
)

Parameters

.NET Framework Security

See Also

Reference

INavigationPolicy Interface

Microsoft.TeamFoundation.Controls.WPF Namespace