Evento WebBrowser.Navigating

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

Sintaxe

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

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