INavigationPolicy.Navigating Method
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
- handled
Type: System.Boolean%
.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.