Share via


Map.PitchChanged Event

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

Syntax

'Declaration
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>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Map Class

Microsoft.Phone.Maps.Controls Namespace