Evento Map.ViewChanging
Namespace: Microsoft.Phone.Maps.Controls
Assembly: Microsoft.Phone.Maps (em Microsoft.Phone.Maps.dll)
Sintaxe
'Declaração
Public Event ViewChanging As EventHandler(Of MapViewChangingEventArgs)
public event EventHandler<MapViewChangingEventArgs> ViewChanging
public:
event EventHandler<MapViewChangingEventArgs^>^ ViewChanging {
void add (EventHandler<MapViewChangingEventArgs^>^ value);
void remove (EventHandler<MapViewChangingEventArgs^>^ value);
}
member ViewChanging : IEvent<EventHandler<MapViewChangingEventArgs>,
MapViewChangingEventArgs>
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.