NavigatedEventHandler Delegate

NavigatedEventHandler Delegate

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Represents the method that will handle the Navigated event.

Namespace:  System.Windows.Navigation
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Delegate Sub NavigatedEventHandler ( _
	sender As Object, _
	e As NavigationEventArgs _
)

Parameters

sender
Type: System.Object
The source of the event.
e
Type: System.Windows.Navigation.NavigationEventArgs
The data for the event.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft