Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Delegate Sub NavigatedEventHandler ( _
sender As Object, _
e As NavigatedEventArgs _
)
public delegate void NavigatedEventHandler(
Object sender,
NavigatedEventArgs e
)
public delegate void NavigatedEventHandler(
Object^ sender,
NavigatedEventArgs^ e
)
type NavigatedEventHandler =
delegate of
sender:Object *
e:NavigatedEventArgs -> unit
JScript does not support delegates.
Parameters
- sender
Type: System.Object