Evento PhoneApplicationService.Deactivated

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

Sintaxe

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

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

PhoneApplicationService Classe

Namespace Microsoft.Phone.Shell