Compartilhar via


Evento Map.PitchChanged

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

Sintaxe

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

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

Map Classe

Namespace Microsoft.Phone.Maps.Controls