Evento WebBrowser.Navigated

Namespace:  Microsoft.Phone.Controls
Assembly:  Microsoft.Phone (em Microsoft.Phone.dll)

Sintaxe

'Declaração
Public Event Navigated As EventHandler(Of NavigationEventArgs)
public event EventHandler<NavigationEventArgs> Navigated
public:
 event EventHandler<NavigationEventArgs^>^ Navigated {
    void add (EventHandler<NavigationEventArgs^>^ value);
    void remove (EventHandler<NavigationEventArgs^>^ value);
}
member Navigated : IEvent<EventHandler<NavigationEventArgs>,
    NavigationEventArgs>

Informações sobre versão

.NET para aplicativos do Windows Phone

Com suporte em: Windows Phone 8, Silverlight 8.1

Segurança do .NET Framework

Consulte também

Referência

WebBrowser Classe

Namespace Microsoft.Phone.Controls