Compartilhar via


Evento IApplicationBar.StateChanged

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

Sintaxe

'Declaração
Event StateChanged As EventHandler(Of ApplicationBarStateChangedEventArgs)
event EventHandler<ApplicationBarStateChangedEventArgs> StateChanged
 event EventHandler<ApplicationBarStateChangedEventArgs^>^ StateChanged {
    void add (EventHandler<ApplicationBarStateChangedEventArgs^>^ value);
    void remove (EventHandler<ApplicationBarStateChangedEventArgs^>^ value);
}
abstract StateChanged : IEvent<EventHandler<ApplicationBarStateChangedEventArgs>,
    ApplicationBarStateChangedEventArgs>

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

IApplicationBar Interface

Namespace Microsoft.Phone.Shell